RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IExtendedHelpViewer.DisplayTopic Method

Use Topic ID to display topic.

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

The RTL Help System calls DisplayTopic to have the Viewer handle a topic-based Help request. Topic is the Topic ID, a short string that must be unique for all the topics maintained by a particular Viewer. 

 

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