Toggle navigation
Menu
Main
WhiteTown Software
Products
Downloads
Order
Support
Download
Order now
int indexOfField(char* fieldname);
Back to Index
C++
C
C#
Objective-C
Swift
Delphi
The function indexOfField() returns a number of field with a particular name.
If there is no field with such name, it returns -1.
{ // your code int field = dbf->indexOfField("FIRSTNAME"); if ( field >= 0 ) { // your code } }
Copyright © WhiteTown Software, 1996-2023 |
Privacy policy
|
Site map