Bde.DBTables.TBDEDataSet.KeySize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property KeySize: Word read FKeySize;

C++

__property System::Word KeySize = {read=FKeySize, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TBDEDataSet

Description

Specifies the size of the key for the current index of the dataset.

Check KeySize to determine the size, in bytes, of the key for the current index. KeySize varies depending on the number and type of fields that make up the current index.

See Also