FMX.Utils.GetLongHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetLongHint(const Hint: string): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall GetLongHint(const System::UnicodeString Hint);

Properties

Type Visibility Source Unit Parent
function public
FMX.Utils.pas
FMX.Utils.hpp
FMX.Utils FMX.Utils

Description

Returns the long version of the hint.

The short and the long versions of the hint are separated by the | character.

See Also

Topics