TApxModem.ModemStatusMsg

TApxModem

function ModemStatusMsg(Status : Integer) : string;

Provides a text message for the modem state.

ModemStatusMsg returns a string describing the specified state. The state can be one of the TApxModemState types, which describes all possible states that the component can be in. This method converts the state determined by Status into a string. See the entry for ModemState for possible values and generic descriptions.

See also: ModemState, OnModemStatus