TdxBarStatic.ShowCaption Property
In This Article
Specifies whether a static control caption is displayed.
#Declaration
Delphi
property ShowCaption; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Set the ShowCaption property to False to hide the static control caption. The default value for this property is True.
Value | Example |
---|---|
True | ![]() |
False | ![]() |
See Also