Unit 'LazDeviceApis' Package
[Overview][Types][Classes][Variables][Index] [#lcl]

TOnMessagingStatus

A procedural type to receive the events of the status of sending a message.

Declaration

Source position: lazdeviceapis.pas line 86

type TOnMessagingStatus = procedure(

  AMessage: TLazDeviceMessage;

  AStatus: TLazMessagingStatus

) of object;