DataBits Property

Byte size serial port communications parameter. One of FTSPCDataBits values.

Access

Read/Write

Syntax

Delphi
object.DataBits: FTSPCDataBits;
BCBuilder
property FTSPCDataBits DataBits;

Remarks

In case of invalid parameter, it will be set to DataBits8 value.

Errors

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

See Also

FTSPCDataBits