Parity Property

Specifies if parity checking is enabled. If TRUE, parity checking is performed and errors are reported

Access

Read/Write

Syntax

Delphi
object.Parity: ParityConstants;
BCBuilder
property ParityConstants Parity;

Return Value

One of FTSPCParity values.

Errors

The property may throw exception. Refer to Handle errors sample for details.