|
<< Click to Display Table of Contents >> Navigation: Types > TBeforeExecuteHandlerProc |
SIGNATURE=IW.Content.Base.TBeforeExecuteHandlerProc
ETYPE=Type
Declaration:
Delphi: |
TBeforeExecuteHandlerProc = procedure (Sender: TObject; var Continue: Boolean) of object; |
C++: |
void (Sender: TObject; var Continue: bool) ( TBeforeExecuteHandlerProc)(); |
Unit: IW.Content.Base.pas
Description: This is type IW.Content.Base.TBeforeExecuteHandlerProc.