You are here: Symbol Reference > JSDialog Namespace > Types > JSDialog.THelpButtonClickEvent Type
LMD DialogPack
ContentsIndexHome
PreviousUpNext
JSDialog.THelpButtonClickEvent Type

Type of event triggered when the cbHelp common button is clicked

Pascal
THelpButtonClickEvent = procedure (Sender: TObject; var Handled: Boolean) of object;

JSDialog

You do not have to handle this event if you have a Help button on the button bar. If you do not handle this event, Application.HelpContext is called with the HelpContext value assigned to the TJSDialog HelpContext property. To prevent the default behaviour set handled to True in your event handler

Copyright © 2013 by LMD Innovative. All rights reserved.
Copyright © 2013 by LMD Innovative. All rights reserved.
What do you think about this topic? Send feedback!