Data.DB.TDataSet.FieldNoOfs
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: protected | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TDataSet | |
Delphi
property FieldNoOfs: Integer read FFieldNoOfs write FFieldNoOfs;
C++
__property int FieldNoOfs = {read=FFieldNoOfs, write=FFieldNoOfs, nodefault};
Description
Specifies the offset needed to convert indexes in the Fields property to field numbers.
Add FieldNoOfs to a field index to obtain its FieldNo property.