ProtocolName

Name Routines

function ProtocolName(
  const ProtocolType : TApxProtocolType) : string;
TApxProtocolType = (
  ptNoProtocol, ptXmodem, ptXmodemCRC, ptXmodem1K,
  ptXmodem1KG, ptYmodem, ptYmodemG, ptZmodem,
  ptKermit, ptAscii);

Returns the name of a protocol.

The ProtocolType property of a TApxProtocol component can be passed to this function to return the name of the protocol. For example, passing ptXmodem to this function returns "Xmodem" .

ProtocolName is interfaced by the AxProtcl unit.

See also: TApxProtocol.ProtocolType