FMX.Types.IControl.HasHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasHint: Boolean;

C++

virtual bool __fastcall HasHint() = 0 ;

Properties

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

Description

Returns True if the control has an available hint to display.

See Also