PdcDBQuery.FieldNames: Difference between revisions

From External Bemet Wiki
Jump to navigation Jump to search
Created page with "== Declaration == Eof as Boolean == Description == Returns true or false wheter the recordpointer is at the last record of the query == Notes == This property returns whete..."
 
No edit summary
Line 1: Line 1:
== Declaration ==
== Declaration ==
Eof as Boolean
FieldNames as IStrings


== Description ==
== Description ==
Returns true or false wheter the recordpointer is at the last record of the query
 


== Notes ==
== Notes ==
This property returns wheter or not the end of file is reached.
 


== Code example ==
== Code example ==
Line 15: Line 15:


== Availability ==
== Availability ==
Available since September 2008 (from version 3.8)

Revision as of 12:42, 21 May 2012

Declaration

FieldNames as IStrings

Description

Notes

Code example

Availability