[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

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]

  

end;

Inheritance

TLazMessaging

  

A class which manages messages.

|

TObject


Version 3.2 Generated 2024-02-25 Home