FMX.Presentation.Style.TStyledPresentation.GetHintString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHintString: string; override;

C++

virtual System::UnicodeString __fastcall GetHintString();

Properties

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

Description

Returns the text of the hint.

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

Returns the text of the hint.

See Also