RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.THelpType Enumeration

THelpType indicates whether components invoke the help system using a context ID or a keyword.

Pascal
THelpType = (
  htKeyword,
  htContext
);
C++
enum THelpType {
  htKeyword,
  htContext
};

Classes

These are the possible values of the THelpType type:

Value 
Meaning 
htKeyword  
Help topics are identified by a string. The HelpKeyword property is used to identify help topics. This mechanism is available for all help systems.  
htContext  
Help topics are identified by a context ID. The HelpContext property is used to identify help topics. This mechanism is not available for all help systems, but is typically faster for those systems that support it.  

 

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