Indy 9
TIdMaxLineAction
See Also, Unit: IdGlobal
Indicates the action to be taken when a line exceeds the maximum line length.
TIdMaxLineAction = (maException, maSplit);
Unit
IdGlobal
Description
TIdMaxLineAction is an enumerated type that represents the action to be taken when a TIdTCPConnection, or descendant class, reads a line that exceeds the maximum line length assigned for the connection class instance. TIdMaxLineAction is the type used to represent the TIdTCPConnection.MaxLineAction property used in TIdTCPConnection.ReadLn.

TIdMaxLineAction may contain one of the following values and associated meanings:

  • maException - Connection should raise an EIdReadLnMaxLineLengthExceeded exception.

  • maSplit - Data should be split into multiple lines having no more than the maximum number of characters allowed for the connection class.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.