Specifies the type used for an asynchronous callback method.
Source position: forms.pp line 1326
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.6 | Generated 2026-02-20 | Home |