FMX.Presentation.Style.TStyledPresentation.HasHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasHint: Boolean; override;

C++

virtual bool __fastcall HasHint();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Presentation.Style.pas
FMX.Presentation.Style.hpp
FMX.Presentation.Style TStyledPresentation

Description

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

FMX.Presentation.Style.TStyledPresentation.HasHint inherits from FMX.Controls.TControl.HasHint. All content below this line refers to FMX.Controls.TControl.HasHint.

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

See Also