Data.DB.TField.Offset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Offset: Integer read FOffset;

C++

__property int Offset = {read=FOffset, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.DB.pas
Data.DB.hpp
Data.DB TField

Description

Indicates the number of bytes added to the end of the current record buffer in the dataset for storing cached values (for calculated fields or BLOB fields).

Read Offset to determine the extra space in the record buffer of a TClientDataSet object allocated for cached information on calculated fields or BLOB fields. Offset should only be used by component writers when developing new descendants of TClientDataSet.

See Also