[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The type of an asynchronous callback method.
Source position: forms.pp line 1194
type TDataEvent = procedure( |
Data: PtrInt |
) of object; |
Data |
|
The argument passed to the method. |
|
Inserts an asynchronous call into the queue. |
lazarus-ccr.sourceforge.net |