RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication.CurrentHelpFile Property

Indicates the current help file.

Pascal
property CurrentHelpFile: string;
C++
__property AnsiString CurrentHelpFile;

Read CurrentHelpFile to determine the name of the help file that is currently used by the application when it executes a help command (via the HelpCommand method) or brings up context sensitive help (via the HelpContext or HelpJump method). If CurrentHelpFile is an empty string, the application ignores attempts to display Help. 

If the active form has an associated help file, this is the value of CurrentHelpFile. Otherwise, CurrentHelpFile reflects the value of the application's HelpFile property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!