Links
EControl Syntax Editor SDK
TecBaseAction.HelpContext Property

Indicates the help context ID for client controls and menu items.

property HelpContext;

HelpContext specifies the help context for the action when it is set. This value is propagated to client controls and menu items. 

When a client control has focus and the user presses the F1 key, the control uses the value of HelpContext for this associated to invoke the online help targeting a specific topic. The target topic is uniquely identified by a nonzero HelpContext value. Leave the HelpContext property of the client control at its default value of zero. This allows multiple controls (and multiple types of controls) to be associated with the same help topic through the one action object.

HelpContext is only used when the HelpType property of this action or the client control is htInteger.

Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!