Data.DBXCommon.TKey.GetEncoded
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TKey |
Delphi
function GetEncoded: TArray<Byte>; virtual; abstract;
C++
virtual System::DynamicArray<System::Byte> __fastcall GetEncoded() = 0 ;
Description
Virtual abstract method to be implemented in child classes.
The GetEncoded virtual abstract method is intended to be implemented in child classes to return the key in its primary encoding format, or nil if this key does not support encoding.