Vcl.Dialogs.TCommonDialog.HelpContext

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property HelpContext: THelpContext read FHelpContext write FHelpContext default 0;

C++

__property System::Classes::THelpContext HelpContext = {read=FHelpContext, write=FHelpContext, default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TCommonDialog

Beschreibung

Legt eine Kontextnummer für die Hilfe fest.

HelpContext ist eine Ganzzahl, die festlegt, welcher Hilfebildschirm angezeigt wird, wenn der Benutzer die kontextsensitive Hilfe aufruft. Wenn HelpContext den Wert 0 hat (Vorgabe), erbt das Dialogfeld den Hilfekontext seines übergeordneten Objekts.

Siehe auch