Difference between revisions of "Recordset"

From Lianjapedia
Jump to: navigation, search
Line 26: Line 26:
 
|Fields
 
|Fields
 
|R
 
|R
|
+
|object
 
|
 
|
 
|-
 
|-

Revision as of 08:27, 15 February 2012

Properties

This class supports the Common properties plus the following:

Property Access (R/RW) Value Description
Bof R boolean Returns true if at beginning of file marker, otherwise false
Eof R boolean Returns true if at end of file marker, otherwise false
Fieldcount R numeric Number of fields
Fields R object
Filter RW string Current filter condition, '(null)' if none set
Found R boolean Returns true after the seek method if a matching record was found, false if not found
Index RW string Tag name of current master index order, '0' if none set.
Nomatch R boolean Returns true after the seek method if no matching record was found, false if found
Recordcount R numeric Number of records
Recordnumber R numeric Current record number

Methods

This class supports the Common methods plus the following:

Method Args Description
Addnew
Close
Column
Delete
Edit
Execute
Fcount
Fields
Findfirst
Findlast
Findnext
Findprevious
Movebookmark
Movefirst
Movelast
Movenext
Moveprevious
Moverelative
Reccount
Recno
Requery
Seek
SQLExecute
Update

Events

This class supports the Common events plus the following:

Event Args Description