Skip to main content

TcxCustomImageProperties.Caption Property

Specifies the text displayed by an image editor if no image is assigned to the image editor’s Picture property.

Declaration

property Caption: string read; write;

Property Value

Type
string

Remarks

Use the image editor’s Style.Font property to customize the font settings of the text. To customize the text color and style for various editor states, use the TextColor and TextStyle properties provided by the image editor’s Style, StyleDisabled, StyleFocused, and StyleHot property sets.

See Also