RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComboExItem.SetData Method

Sets the value of the Data property.

Pascal
procedure SetData(const Value: TCustomData); override;
C++
virtual __fastcall SetData(const TCustomData Value);

SetData is the protected write implementation of the Data property. It sets the Data property to Value, and then calls the Changed method so that the collection can update itself. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!