Contents Index FindPrevious method InsertBegin method

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

Insert method


Prototype 

Insert( ) As Boolean
Member of UltraLiteAFLib.ULTable

Description 

Inserts a row in the table with values specified in previous Set methods. Must be preceded by InsertBegin. Set for each ULColumn object.

Returns 

True if successful.

False if unsuccessful (BOF).


Contents Index FindPrevious method InsertBegin method