RecordSet Object
The Recordset object is collection container of Field objects that are originally populated by the CreateRecord()method of the Database class or populated by a TA technical analysis method.
Recordset Class
- addField.
- renameField.
- removeField.
- isValidField.
- setValue.
- getValue.
- getFieldCount.
- getName.
- getIndex.
- getField.
See Also