Difference between revisions of "Recordset"

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

Revision as of 08:35, 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
Movefirst
Movenext
Moveprevious
Movebookmark
Moverelative
Movelast
Addnew
Edit
Update
Delete
Findfirst
Findnext
Findlast
Findprevious
Seek
Column
Requery
Execute
SQLExecute
Fields
Close
Reccount
Recno
Fcount

Events

This class supports the Common events plus the following:

Event Args Description