RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCombo.SetItems Method

Sets the value of the Items property.

Pascal
procedure SetItems(const Value: TStrings); virtual;
C++
virtual __fastcall SetItems(const TStrings Value);

SetItems is the protected write implementation for the Items property. It copies the strings (and possibly their associated objects) from Value to the Items property. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!