Data.DBXCommon.TKey

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTKey
[–] Properties
Type: class
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: Data.DBXCommon

Delphi

TKey = class abstract

C++

class PASCALIMPLEMENTATION TKey : public System::TObject

Description

Base class for all keys.

The TKey abstract class is the base class for all keys. TKey defines the functionality shared by all key objects.

Note: All keys have three attributes: an algorithm, an encoded form, and a format.

See Also