[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Specifies the type used for an asynchronous callback method.
Source position: forms.pp line 1323
type TDataEvent = procedure( |
Data: PtrInt |
) of object; |
Data |
|
PtrInt type with the argument passed to the method. |
|
Inserts an asynchronous call into the queue. |
Version 4.0 | Generated 2025-05-03 | Home |