Contents Index FindPrevious method InsertBegin method

UltraLite ActiveX User's Guide
  UltraLite ActiveX API Reference
    ULTable class

Insert method


Prototype 

Insert( ) As Boolean
Member of UltraliteActiveX.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