Data.DBXCommon.TKey.GetFormat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetFormat: string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall GetFormat() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TKey

Description

Virtual abstract method to be implemented in child classes.

The GetFormat virtual abstract method is intended to be implemented in child classes to return the name of the primary encoding format of the key, or nil if this key does not support encoding.

Note: The primary encoding format is named in terms of the appropriate ASN.1 data format. This is true only if an ASN.1 specification exists for the key.

See Also