Data.DB.TBinaryField.GetAsString

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

Delphi

function GetAsString: string; override;

C++

virtual System::UnicodeString __fastcall GetAsString();

プロパティ

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

説明

バイナリ フィールドの値を、string で返します。

GetAsString メソッドは、バイナリ フィールドに格納されている値を string で返します。

関連項目