Concept Framework 2.0 documentation | Contents | Index |
Name | Type | Access | Version | Deprecated |
FieldsText | property | public | version 1.0 | no |
Read/Write property FieldsText[=array] |
Sets or gets the "friendly names" to show in the columns header. Friendly names are some aliases for the DataFields that will be used in the data view's header. To reset, set to an empty array. If FieldsText has less elements than DataFields, the first elements that match will be shown, the last ones will be the field names (as if the property wouldn't be set). |
// friendly names: "Person's name" that will be shown in to the header. adoview.FieldsText=[" Person's name", "Surname", "Age"]; // list only the name, surname and age fields. adoview.DataFields=["name", "surname", "age"]; |
Documented by Eduard Suica, generation time: Fri Jan 21 18:06:17 2011 GMT | (c)2011 RadGs Software |