|
RAD Studio VCL Reference
|
Sets the value of the Items property.
procedure SetItems(const Value: TStrings); override;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|