[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Adjusts ItemIndex according to the new edit box content.
Source position: stdctrls.pp line 349
protected procedure TCustomComboBox.RealSetText( |
const AValue: TCaption |
); override; |
AValue |
|
The new content of the edit box. |
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
|
Sets the Caption property. |
lazarus-ccr.sourceforge.net |