FMX.Types.IControl.GetHintObject

From RAD Studio API Documentation

Delphi

function GetHintObject: TObject;

C++

virtual System::TObject* __fastcall GetHintObject() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IControl

Description

Returns the custom hint object that manages the hint display.

Usually, this is an instance of THint.

See Also