TdxCustomLayoutItem.ShowCaption Property
In This Article
Specifies whether to display the caption region of the layout element.
#Declaration
Delphi
property ShowCaption: Boolean read; write;
#Property Value
Type |
---|
Boolean |
#Remarks
This property is obsolete; use the item’s CaptionOptions.Visible property instead.
See Also