RAD Studio VCL Reference
|
Lists the possible values that can be assigned to the control.
property Values: TStrings;
__property TStrings Values;
Use Values to supply a list of possible values for the generated control. When the end-user chooses one of the selections listed by the Items property, the control is assigned the corresponding value in the Values property.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|