Datasnap.DBClient.TCustomClientDataSet.KeySize

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Unit: Datasnap.DBClient
Parent: TCustomClientDataSet

Delphi

property KeySize: Word read FKeySize;

C++

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

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