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

TCustomEdit.TextHint

Default text shown when the Text property is empty and control has no focus.

Declaration

Source position: stdctrls.pp line 825

public property TCustomEdit.TextHint : TTranslateString
  read GetTextHint
  write SetTextHint;

Description

TextHint fills the TCustomEdit with the value assigned to it, whenever the control's Text property is empty and the control does not have focus. Hint only (and always if showhint = true) displays a baloontip when the mouse is over the control.

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