|
<< Click to Display Table of Contents >> Navigation: Types > TOnMetaTagEvent |
SIGNATURE=IWServerControllerBase.TOnMetaTagEvent
ETYPE=Type
Declaration:
Delphi: |
TOnMetaTagEvent = procedure (ASession: TIWApplication; const AMetaName: string; var vMetaValue: string) of object; |
C++: |
void (ASession: TIWApplication; const AMetaName: string; var vMetaValue: string) ( TOnMetaTagEvent)(); |
Unit: IWServerControllerBase.pas
Description: This is type IWServerControllerBase.TOnMetaTagEvent.