| << C.1.10- The Property Object | AppendixC | C.1.12- The Recordset Object >> |
The Record Object
Methods
| Name | Returns | Description |
| Cancel |
| Cancels the execution of an asynchronous Execute or Open. |
| Close |
| Closes the open record. |
| CopyRecord | String | Copies the object the record represents, or a file or directory, from one location to another. |
| DeleteRecord |
| Deletes the object the record represents, or a file or directory. |
| GetChildren | Recordset | Returns a Recordset containing the files and folders in the directory that the record represents. |
| MoveRecord | String | Moves the object the record represents, or a file or directory, from one location to another. |
| Open |
| Opens, or creates a new, existing file or directory. |
Properties
| Name | Returns | Description |
| ActiveConnection | Variant | Indicates to which Connection object the specified Recordset object currently belongs. |
| Fields | Fields | Contains all of the Field objects for the current Recordset object. Read-only |
| Mode | ConnectMode | Indicates the available permissions for modifying data in a Connection. |
| ParentURL | String | Indicates the absolute URL of the parent record of the current record. Read-only |
| Properties | Properties | Contains all of the Property objects for the current Recordset object. Read-only |
| RecordType | RecordType | Indicates whether the record is a simple record, a structured document, or a collection. Read-only |
| Source | Variant | Indicates what the record represents – a URL or a reference to an open Recordset. |
| State | ObjectState | Indicates whether the record is open or closed, and if open, the state of asynchronous actions. Read-only |
| << C.1.10- The Property Object | AppendixC | C.1.12- The Recordset Object >> |

RSS

