RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Exception.HelpContext Property

Indicates the context ID number for context-sensitive online help associated with the exception.

Pascal
property HelpContext: Integer;
C++
__property int HelpContext;

HelpContext provides storage for the help context ID number associated with the exception object. The context ID number determines the contents of the help screen that appears when a user presses F1 in response to an exception error message.

Note: To initialize HelpContext when the Exception object is instantiated, use the appropriate constructor.
Note: In Delphi code, instantiate the Exception object with CreateFmtHelp, CreateHelp, CreateResFmtHelp, or CreateResHelp.
Note: In C++ code, use a form of the constructor that takes a help context parameter.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!