TApxModem.OnModemStatus

TApxModem

property OnModemStatus : TModemStatusEvent
TModemStatusEvent = procedure(
  Modem : TApxCustomModem; ModemState : TApxModemState) of object;

Defines an event handler that is generated when the state of the component changes.

The OnModemStatus event is generated periodically when the ModemState property is changed. This event indicates when the state of the modem or connection is changed.

Modem is the TApxCustomModem that generated the event. ModemState is the new state of the component. See the ModemState definition for a list of possible ModemState values and their meanings.

See also: ModemState, ModemStatusMsg