TdxCustomLayoutItemCaptionOptions.ShowAccelChar Property
In This Article
Specifies whether the item’s keyboard shortcut is in effect.
#Declaration
Delphi
property ShowAccelChar: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Set the ShowAccelChar property to True, to use an accelerator character specified in the Text property.
The default value of the ShowAccelChar property is True.
See Also