UltraLite ActiveX User's Guide
UltraLite ActiveX API Reference
The ULTable class is used to store, remove, update, and read data from a table.
Before you can work with table data, you must call the Open method. ULTable uses table modes for table operations:
Mode | Description |
---|---|
FindBegin | Begins find mode |
InsertBegin | Begins insert mode |
LookupBegin | Begins lookup mode |
UpdateBegin | Begins update mode |
Properties
Close method
Delete method
DeleteAllRows method
FindBegin method
FindFirst method
FindLast method
FindNext method
FindPrevious method
Insert method
InsertBegin method
LookupBackward method
LookupBegin method
LookupForward method
MoveAfterLast method
MoveBeforeFirst method
MoveFirst method
MoveLast method
MoveNext method
MovePrevious method
MoveRelative method
Open method
Truncate method
Update method
UpdateBegin method