Specifies the type used for an asynchronous callback method.
Source position: forms.pp line 1324
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.4 | Generated 2025-11-08 | Home |