Vcl.Controls.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
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

Returns the second part of a two-part hint string.

Call GetLongHint to obtain the long version of the hint specified as the value of a Hint property. The second part of the hint is the text following the | character. If the Hint string value is not separated into two parts, GetLongHint returns the entire string.

See Also

Code Examples