Data.DBXCommon.TKey

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTKey

Delphi

TKey = class abstract

C++

class PASCALIMPLEMENTATION TKey : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon Data.DBXCommon

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