[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TDataEvent

The type of an asynchronous callback method.

Declaration

Source position: forms.pp line 1194

type TDataEvent = procedure(

  Data: PtrInt

) of object;

Arguments

Data

  

The argument passed to the method.

See also

TApplication.QueueAsyncCall

  

Inserts an asynchronous call into the queue.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.