Difference between revisions of "Recordset"

From Lianjapedia
Jump to: navigation, search
Line 27: Line 27:
 
|R
 
|R
 
|string
 
|string
|Current filter condition
+
|Current filter condition, '(null)' if none set
 
|-
 
|-
 
|Filter
 
|Filter

Revision as of 08:01, 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 string Current filter condition, '(null)' if none set
Filter RW
Found R
Index RW string Tag name of current master index order, '0' if none set.
Nomatch R
Recordcount R
Recordnumber R

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