Contents Index ULSyncState enumeration Properties

UltraLite for MobileVB User's Guide
  UltraLite for MobileVB API Reference

ULTable class


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
Column 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

Contents Index ULSyncState enumeration Properties