OnDlgHelp Event (LEADDlgColor Control)
C++ Builder example Delphi 4.0 example
Builder Syntax void OnDlgHelp (unsigned uDialogID);
Delphi Syntax procedure OnDlgHelp (uDialogID: L_UINT32);
Overview Refer to Using Imaging Common Dialogs.
Remarks
The OnDlgHelp event is triggered when the user clicks on the Help Button on any dialog. To include a help button in a dialog, the ShowHelpButton property must be set to TRUE.
See Also
Elements: ShowHelpButton property
Topics: Imaging Common Dialogs: Properties, Methods, and Events