System.HelpIntfs.IHelpSystem.ShowTableOfContents
Delphi
procedure ShowTableOfContents;
C++
virtual void __fastcall ShowTableOfContents() = 0 ;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
procedure function |
public | System.HelpIntfs.pas System.HelpIntfs.hpp |
System.HelpIntfs | IHelpSystem |
Beschreibung
Zeigt das Inhaltsverzeichnis an.
Mit einem Aufruf von ShowTableOfContents wird das Hilfesystem veranlasst, ein Inhaltsverzeichnis anzuzeigen.
Hinweis: Es wird empfohlen, das Inhaltsverzeichnis mit der Methode Vcl.Forms.TApplication.HelpShowTableOfContents zu öffnen.