Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TField.Offset

Offset of the field's value in the dataset buffer.

Declaration

Source position: db.pas line 458

public property TField.Offset : Word
  read FOffset;

Description

Offset is the location of the field's contents in the dataset memory buffer. It is read-only and initialized by the dataset when it is opened.

See also

TField.FieldNo

  

Number of the field in the record.

TField.Index

  

Index of the field in the list of fields.

TField.Datasize

  

Size of the field's data.


Documentation generated on: Jul 24 2023