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

TCustomComboBox.RealSetText

RealSetText - sets the ComboBox text to the caption value specified

Declaration

Source position: stdctrls.pp line 344

protected procedure TCustomComboBox.RealSetText(

  const AValue: TCaption

); override;

Description

RealSetText - sets the ComboBox text to the caption value specified

If the text AValue occurs in the list of strings, then sets the Itemindex, otherwise does the default action which is to store text as a string rather than performing read-write to a PChar buffer

See also

TControl.RealSetText

  

Procedure to store text associated with the control in a string

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