Data.DB.TDataSet.FieldNoOfs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FieldNoOfs: Integer read FFieldNoOfs write FFieldNoOfs;

C++

__property int FieldNoOfs = {read=FFieldNoOfs, write=FFieldNoOfs, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
Data.DB.pas
Data.DB.hpp
Data.DB TDataSet

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.

See Also