[Overview][Constants][Types][Classes][Procedures and functions][Index] |
RealSetText - sets the ComboBox text to the caption value specified
Source position: stdctrls.pp line 344
protected procedure TCustomComboBox.RealSetText( |
const AValue: TCaption |
); override; |
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
|
Procedure to store text associated with the control in a string |
lazarus-ccr.sourceforge.net |