RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldSelectOptions.Items Property

Lists the possible selections that appear in the generated control.

Pascal
property Items: TStrings;
C++
__property TStrings Items;

Use Items to supply a list of possible selections to the generated control. The end-user can choose from these selections to assign a value to the generated control. The value that is assigned comes from the corresponding entry in the Values property.

Note: To use a dataset to supply items and values, rather than explicitly listing them in the Items and Values properties, use the DataSet, ItemsField, and ValuesField properties.
 

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