TdxWizardControlInfoPanel.Caption Property
Specifies the panel text.
Declaration
property Caption: string read; write;
Property Value
Type |
---|
string |
Remarks
You can make the specified text a hyperlink by providing a URL via the Hyperlink property. In addition, you can handle a wizard control OnInfoPanelClick event to respond to panel text clicks.
See Also