Difference between revisions of "Recordset"

From Lianjapedia
Jump to: navigation, search
(Methods)
(Methods)
Line 70: Line 70:
 
!width="50%"|Description
 
!width="50%"|Description
 
|-
 
|-
|Movefirst
+
|Addnew
 
|
 
|
 
|
 
|
 
|-
 
|-
|Movenext
+
|Close
 
|
 
|
 
|
 
|
 
|-
 
|-
|Moveprevious
+
|Column
 
|
 
|
 
|
 
|
 
|-
 
|-
|Movebookmark
+
|Delete
 
|
 
|
 
|
 
|
 
|-
 
|-
|Moverelative
+
|Edit
 
|
 
|
 
|
 
|
 
|-
 
|-
|Movelast
+
|Execute
 
|
 
|
 
|
 
|
 
|-
 
|-
|Addnew
+
|Fcount
 
|
 
|
 
|
 
|
 
|-
 
|-
|Edit
+
|Fields
 
|
 
|
 
|
 
|
 
|-
 
|-
|Update
+
|Findfirst
 
|
 
|
 
|
 
|
 
|-
 
|-
|Delete
+
|Findlast
 
|
 
|
 
|
 
|
 
|-
 
|-
|Findfirst
+
|Findnext
 
|
 
|
 
|
 
|
 
|-
 
|-
|Findnext
+
|Findprevious
 
|
 
|
 
|
 
|
 
|-
 
|-
|Findlast
+
|Movebookmark
 
|
 
|
 
|
 
|
 
|-
 
|-
|Findprevious
+
|Movefirst
 
|
 
|
 
|
 
|
 
|-
 
|-
|Seek
+
|Movelast
 
|
 
|
 
|
 
|
 
|-
 
|-
|Column
+
|Movenext
 
|
 
|
 
|
 
|
 
|-
 
|-
|Requery
+
|Moveprevious
 
|
 
|
 
|
 
|
 
|-
 
|-
|Execute
+
|Moverelative
 
|
 
|
 
|
 
|
 
|-
 
|-
|SQLExecute
+
|Reccount
 
|
 
|
 
|
 
|
 
|-
 
|-
|Fields
+
|Recno
 
|
 
|
 
|
 
|
 
|-
 
|-
|Close
+
|Requery
 
|
 
|
 
|
 
|
 
|-
 
|-
|Reccount
+
|Seek
 
|
 
|
 
|
 
|
 
|-
 
|-
|Recno
+
|SQLExecute
 
|
 
|
 
|
 
|
 
|-
 
|-
|Fcount
+
|Update
 
|
 
|
 
|
 
|

Revision as of 08:38, 13 February 2012

Properties

This class supports the Common properties plus the following:

Property Access (R/RW) Value Description
Bof R
Eof R
Fieldcount R
Fields R
Filter RW
Found R
Index RW
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