API:Data.DB.TBlobField.GetAsBytes

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

Delphi

function GetAsBytes: TArray<Byte>; override;

C++

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

プロパティ

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

説明

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

Data.DB.TBlobField.GetAsBytes は Data.DB.TField.GetAsBytes を継承しています。以下の内容はすべて Data.DB.TField.GetAsBytes を参照しています。

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

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

関連項目