TdxCustomLayoutItem.Caption Property
In This Article
Specifies the caption of an item/group.
#Declaration
Delphi
property Caption: string read; write;
#Property Value
Type |
---|
string |
#Remarks
This property is obsolete; use the item’s CaptionOptions.Text property instead.
See Also