[Overview][Types][Classes][Variables][Index] Reference for unit 'LazDeviceApis' (#lcl)

TLazMessaging

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

A class which manages messages

Declaration

Source position: lazdeviceapis.pas line 89

type TLazMessaging = class end;

public

  constructor Create; virtual;

  destructor Destroy; override;

  procedure SendMessage();

  

Sends a message to the target specified on it

  function CreateMessage;

  

Creates a new message which can be sent with SendMessage

  procedure FreeMessage();

  

Removes a message created with CreateMessage

  property OnMessagingStatus: TOnMessagingStatus; [rw]

  

Inheritance

TLazMessaging

  

A class which manages messages

|

TObject

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