TdxCustomLayoutCheckableItemCaptionOptions.Layout Property
Specifies a caption’s position in a specific checkable item.
Declaration
property Layout; default clRight;
Property Value
| Type | Default |
|---|---|
| TdxCaptionLayout | clRight |
Remarks
Use this property to place the item’s caption at the one of the following positions:
| Value | Description | Example |
|---|---|---|
| clLeft | The item displays its caption at the left. | ![]() |
| clTop | The item displays its caption at the top. | ![]() |
| clRight | The item displays its caption at the right. | ![]() |
| clBottom | The item displays its caption at the bottom. | ![]() |
The default value of the Layout property is clRight.
See Also



