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