Data.DBXCommon.TKey

[–] 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.