Skip to content

AlignmentMode - dbCheckBoxDS

Determines if the Label property will be displayed on the left or right of the checkbox icon

Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None

Syntax

Property Integer AlignmentMode
Access Type Syntax
Read Access: Get AlignmentMode to IntegerVariable
Write Access: Set AlignmentMode to IntegerVariable/Value

Description

AlignmentMode determines if the text of the Label property will be displayed on the left or right of the checkbox icon.

Constant Meaning
taRightJustify Displays the text to the right of the checkbox
taLeftJustify Displays the text to the left of the checkbox

Default is taRightJustify.