FMX.Utils.GetShortHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetShortHint(const Hint: string): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall GetShortHint(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 short version of the hint.

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

See Also

Topics