Unit 'Forms' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TDataEvent

Specifies the type used for an asynchronous callback method.

Declaration

Source position: forms.pp line 1328

type TDataEvent = procedure(

  Data: PtrInt

) of object;

Arguments

Data

  

PtrInt type with the argument passed to the method.

See also

TApplication.QueueAsyncCall

  

Inserts an asynchronous call into the queue.



CT Web help

CodeTyphon Studio