Datasnap.DBClient.TCustomClientDataSet.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
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TCustomClientDataSet

Description

Indicates the size of the current key used for the dataset.

Examine KeySize to determine the size of the current key used for the client dataset. KeySize corresponds to the size of the key fields in the primary index for the dataset.

See Also