Bde.DBTables.TBDEDataSet.KeySize

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TBDEDataSet

Delphi

property KeySize: Word read FKeySize;

C++

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

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