Vcl.Controls.TCustomHintWindow.HintParent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property HintParent: TCustomHint read FHintParent write FHintParent;

C++

__property TCustomHint* HintParent = {read=FHintParent, write=FHintParent};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomHintWindow

Beschreibung

Der diesem Hinweisfenster zugeordnete TCustomHint.

HintParent ist der diesem Hinweisfenster zugeordnete TCustomHint.

Siehe auch