Vcl.Controls.TCustomHintWindow.HintParent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HintParent: TCustomHint read FHintParent write FHintParent;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomHintWindow

Description

TCustomHint associated with this hint window.

HintParent is the TCustomHint associated with this hint window.

See Also