The IUiMemoryTable interface contains properties and methods of the UiMemoryTable development environment component.
| Property name | Brief description | |
| Active | The Active property determines whether the component is active. | |
| Bof | The Bof property returns True if the cursor in the data source is on the first record. | |
| CachedDataset | The CachedDataset property returns cache of the data source. | |
| Eof | The Eof property returns True if the cursor in the data source is on the last record. | |
| Fields | The Fields property returns the table fields collection. | |
| Filter | The Filter property determines the data filtering condition. | |
| Filtered | The Filtered property determines whether data should be filtered. | |
| RecNo | The RecNo property determines the number of the current record in the data source. | |
| RecordCount | The RecordCount property determines the number of the records in the data source. | |
| State | The State property returns the current state of the data source. |
| Property name | Brief description | |
| The ComponentCount property returns the number of child components, located on the parent component. | ||
| The Components property returns a child component, the index of which is passed via the input parameter. | ||
| The Data property is used to store any custom data. | ||
| The Name property determines the component name. | ||
| The Tag property is not used by the compiler. The user can change the value of this property and use it at his discretion. |
| Method name | Brief description | |
| The Append method adds an empty record in the beginning of the table. | ||
| The Cancel method cancels the changes made to the current record. | ||
| The Close method closes data source. | ||
| The Delete method removes the current record. | ||
| The Edit method switches the current record to edit mode. | ||
| The FieldByName method searches for a field by name. | ||
| The First method places the cursor onto the first record in the data source. | ||
| The IsEmpty method returns True if the data source is empty. | ||
| The Last method places the cursor onto the last record in the data source. | ||
| The MoveBy method moves the cursor in the data source and returns number of records on which the cursor has moved. | ||
| The Next method places the cursor onto the next record in the data source. | ||
| The Open method opens the data source. | ||
| The Post method saves the changes, made to the current record of the data source. | ||
| The Prior method places the cursor onto the previous record in the data source. | ||
| The Refresh method refreshes the component data. | ||
| The Truncate method clears all the records from the data source. |
See also: