|
<< Click to Display Table of Contents >> Navigation: Types > TOnBrowserCheckEvent |
SIGNATURE=IWServerControllerBase.TOnBrowserCheckEvent
ETYPE=Type
Declaration:
Delphi: |
TOnBrowserCheckEvent = procedure (aSession: TIWApplication; var rBrowser: TBrowser) of object; |
C++: |
void (aSession: TIWApplication; var rBrowser: TBrowser) ( TOnBrowserCheckEvent)(); |
Unit: IWServerControllerBase.pas
Description: This is type IWServerControllerBase.TOnBrowserCheckEvent.