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

TCustomComboBox.EmulatedTextHintStatus

Status for the emulated TextHint in the control.

Declaration

Source position: stdctrls.pp line 433

public property TCustomComboBox.EmulatedTextHintStatus : TEmulatedTextHintStatus
  read FEmulatedTextHintStatus;

Description

EmulatedTextHintStatus is a read-only TEmulatedTextHintStatus property which contains the status value for an emulated TextHint display in the control. EmulatedTextHintStatus is used when a value has been assigned to the TextHint property and the widgetset does not natively implement the capability. The LCL emulates the TextHint display by assigning the value in TextHint to the Text for the control.

EmulatedTextHintStatus is updated in the private ShowEmulatedTextHint and HideEmulatedTextHint methods.

See also

TEmulatedTextHintStatus

  

Status values for an emulated TextHint display in a control.

TCustomComboBox.TextHint

  

Default hint text shown when the Text property is empty for the control.

TCustomComboBox.Text

  

The value in the edit box for the control.


Version 3.2 Generated 2024-02-25 Home