RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldRadioGroup.ItemsField Property

Indicates which field in DataSet supplies the possible selections for the generated control.

Pascal
property ItemsField: string;
C++
__property AnsiString ItemsField;

Use ItemsField to specify which field in the dataset specified by the DataSet property contains selections that appear in 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 field specified by the ValuesField property.

Note: If the list of possible values is not available in a dataset, use the Items and Values properties instead to list the selections that appear to the user and the underlying values they represent.
 

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