Toggle navigation
Menu
Main
WhiteTown Software
Products
Downloads
Order
Support
Download
Order now
func fieldLength(_ fieldno: Int) -> Int
Back to Index
C++
C
C#
Objective-C
Swift
Delphi
The function fieldLength() returns a length of a field by index.
It returns 0 if index is out of range.
{ // your code for i = 0...dbf.fieldCount()-1 { print( dbf.fieldLength( i ) ) } // your code }
Copyright © WhiteTown Software, 1996-2023 |
Privacy policy
|
Site map