Concept Framework 2.2 documentation Contents | Index

RADOView.DataFields

Name Type Access Version Deprecated
DataFields property public version 1.0 no

Prototype:
Read/Write property DataFields[=array]


Description:
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 view. If set to an empty array, all the fields will be listed. Also you may want to check the FieldsText property for setting the column headers.

Example:
	// list only the name, surname and age fields.
	adoview.DataFields=["name", "surname", "age"];

Returns:
Returns an array containing the listed columns in the view.

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:13 2013 GMT(c)2013 Devronium Applications