Data.DB.TParam.GetAsBytes

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

Delphi

function GetAsBytes: TArray<Byte>;

C++

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

プロパティ

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


説明

フィールド パラメータの値を TBytes 値として返す protected メソッドです。

関連項目