Navigation:  DAO Object Classes > DaoRecordset Class >

DaoRecordset:Collect Access/Assign

Previous pageReturn to chapter overviewNext page

Purpose

The collect property allows you to directly read or write field values, without having to use the fields collection

 

Parameters

uIndexSymbol, Name of number of field which value to read/write

 Note: The collections in Vo2Jet are by default 1-based !

 

Returns

uvalue Value of field uIndex

 

Class

DaoRecordset

 

See Also

DaoField:Value
DaoCollectionBase()Gets/sets the numeric value of the first item of a collection

DaoRecordSet:FieldGet()

DaoRecordSet:FieldPut()