Data.DB.TBlobField.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 TBlobField

説明

BLOB フィールドの値を、string で返します。

GetAsString は、BLOB フィールドの値を Unicode 文字列(string) で返します。 フィールド値は、最初 ANSI 文字列に変換されます。Unicode 文字列と関連づけられている BLOB には、TWideMemoField が使用されなければなりません。

関連項目