[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Contains the descriptive text displayed for the Bitmap button control.
Source position: buttons.pp line 216
public property TCustomBitBtn.Caption : TCaption |
Caption is a public TCaption property which contains the descriptive text displayed for the Bitmap button control. Assign a value to Caption when the Kind property is set to bkCustom. When Kind contains one of the other TBitBtnKind enumeration values, the Caption is normally set using the GetCaptionOfKind method.
Use DefaultCaption to determine if the value in Caption is the default one for the control.
|
Indicates if Caption contains the default value for the button Kind. |
|
|
Specifies the button kind including the default bitmap and caption for the button control. |
|
|
TBitBtnKind - enumerated type of possible kinds of BitButtons. |
|
|
The text displayed for the control. |
Version 4.0 | Generated 2025-05-03 | Home |