FMX.Controls.TControl.GetHintObject
Delphi
function GetHintObject: TObject; virtual;
C++
virtual System::TObject* __fastcall GetHintObject();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | TControl |
Description
Returns the custom hint object that manages the hint display.
Usually, this is an instance of THint.