TdxWizardControlCustomButton.Caption Property
In This Article
Specifies the button caption.
#Declaration
Delphi
property Caption: string read; write;
#Property Value
Type | Description |
---|---|
string | The button caption. |
#Remarks
TdxWizardControlCustomButton
descendants initialize this property with button-specific captions. You can use the Caption
button to change default button captions.
See Also