Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - Norton Guide http://www.X-Hacker.org [^^Up^^] [Menu] [About The Guide]
 WDBTable               Database table class
 ----------------------------------------------------------------------------
 WDBTable
 Database table class
 ----------------------------------------------------------------------------
 
 Properties
 BOF            A logical indicating an attempt to skip before the first record
 DBStruct       Same as dbStruct() for the underlying work area
 EOF            A logical indicating an attempt to skip after the last record
 FCount         The number of fields per record
 LastRec        The number of records in the table
 RecCount       The number of records in the table
 RecNo          The current record number
 
 Methods
 WDBTable:Append()      Same as dbAppend() for the underlying work area
 WDBTable:Commit()      Same as dbCommit() for the underlying work area
 WDBTable:Delete()      Same as dbDelete() for the underlying work area
 WDBTable:FieldGet()    Same as FieldGet() for the underlying work area
 WDBTable:FieldName()   Same as FieldName() for the underlying work area
 WDBTable:FieldPos()    Same as FieldPos() for the underlying work area
 WDBTable:FieldPut()    Same as FieldPut() for the underlying work area
 WDBTable:FLock()       Same as FLock() for the underlying work area
 WDBTable:Found()       Same as Found() for the underlying work area
 WDBTable:GoBottom()    Same as dbGoBottom() for the underlying work area
 WDBTable:GoTo()        Same as dbGoTo() for the underlying work area
 WDBTable:GoTop()       Same as dbGoTop() for the underlying work area
 WDBTable:RLock()       Same as RLock() for the underlying work area
 WDBTable:Seek()        Same as dbSeek() for the underlying work area
 WDBTable:Skip()        Same as dbSkip() for the underlying work area
 WDBTable:Unlock()      Same as dbUnlock() for the underlying work area
 WDBTable:Used()        Same as Used() for the underlying work area
 
 Inherits From
 WDBTable
 
 Inherited By
 Nothing.
 
 Description
 This class is the same as the WTable class, but provides
 simple method wrappers for commonly used functions.
 
 Example
 
 See Also  (press Enter)

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson