Data.DB.TField.AsBytes

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

Delphi

property AsBytes: TArray<Byte> read GetAsBytes write SetAsBytes;

C++

__property System::DynamicArray<System::Byte> AsBytes = {read=GetAsBytes, write=SetAsBytes};

プロパティ

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


説明

フィールドの値を、バイトの配列として表します。

AsBytes を使用すると、フィールドのデータの値をバイトの配列に読み込むか、TBytes 値をフィールドのコンテンツに割り当てます。

関連項目