[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

GetShortHint

Returns the short version of an Hint string.

Declaration

Source position: forms.pp line 1814

function GetShortHint(

  const Hint: string

):string;

Arguments

Hint

  

The string containing both an short and long Hint.

Function result

The short (or complete) Hint.

Description

A short Hint is separated from the long Hint by an '|'. When no such character is found, the whole Hint is returned.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.