RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IExtendedHelpViewer2.DisplayIndex Method

Opens Index pane of Help Viewer.

Pascal
procedure DisplayIndex(const Topic: string);
C++
__fastcall DisplayIndex(const AnsiString Topic);

The RTL Help System calls DisplayIndex to have the Viewer open its Index Pane. If the Help Viewer has the ability to search for the given topic parameter, it executes the Index search; otherwise it is ignored. 

 

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