Data.DB.TField.GetAsBytes

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetAsBytes: TArray<Byte>; virtual;

C++

virtual System::DynamicArray<System::Byte> __fastcall GetAsBytes();

プロパティ

種類 可視性 ソース ユニット
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TField


説明

フィールドの値を TBytes として返します。

TBytes フィールドを表す TField の下位クラスは、GetAsBytes メソッドをオーバーライドして、フィールドの値を TBytes として返します。

関連項目