Concept Framework 2.0 documentation | Contents | Index |
Name | Type | Access | Version | Deprecated |
DataFields | property | public | version 1.0 | no |
Read/Write property DataFields[=array] |
Similar to the overridden DataField property; However DataField should NOT be used. Sets (or gets) the array containing the field names to list in the current ADO Combo Box. If set to an empty array, all the fields will be listed. |
// list only the name, surname and age fields. adocombo.DataFields=["name", "surname", "age"]; |
Documented by Eduard Suica, generation time: Fri Jan 21 18:06:17 2011 GMT | (c)2011 RadGs Software |