TdxWizardControlCustomButton.Caption Property
Specifies the button caption.
Declaration
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