FMX.Utils.GetLongHint
Delphi
function GetLongHint(const Hint: string): string;
C++
extern DELPHI_PACKAGE System::UnicodeString __fastcall GetLongHint(const System::UnicodeString Hint);
Contents
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.