TdxCustomWizardControl.OnInfoPanelClick Event
Declaration
property OnInfoPanelClick: TdxWizardControlInfoPanelClickEvent read; write;
Remarks
Sender specifies the wizard control whose Info Panel element is clicked.
Pass True as the AHandled parameter to prevent the default processing of text or hyperlink clicks. For instance, you can prohibit hyperlink URL navigation.
See Also