[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Record used for a queued asynchronous callback request.
Source position: forms.pp line 1402
type TAsyncCallQueueItem = record |
||
Method: TDataEvent; |
|
Object procedure with the callback method. |
Data: PtrInt; |
|
Pointer to the callback method argument. |
NextItem: PAsyncCallQueueItem; |
|
Pointer to the next item in the callback queue. |
PrevItem: PAsyncCallQueueItem; |
|
Pointer to the previous item in the callback queue. |
end; |
|
Inserts an asynchronous call into the queue. |
Version 4.0 | Generated 2025-05-03 | Home |