Data.DBXStreamPlatform.TDBXJSonRow.SetWideMemo

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

Delphi

procedure SetWideMemo(DbxValue: TDBXWideMemoValue; const Value: string); override;

C++

virtual void __fastcall SetWideMemo(Data::Dbxcommon::TDBXWideMemoValue* DbxValue, const System::UnicodeString Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Data.DBXStreamPlatform.pas
Data.DBXStreamPlatform.hpp
Data.DBXStreamPlatform TDBXJSonRow

説明

このメソッドは、メモ フィールドのサイズを設定するためのものです。

Data.DBXStreamPlatform.TDBXJSonRow.SetWideMemo は Data.DBXCommon.TDBXRow.SetWideMemo を継承しています。以下の内容はすべて Data.DBXCommon.TDBXRow.SetWideMemo を参照しています。

このメソッドは、メモ フィールドのサイズを設定するためのものです。

これは仮想メソッドです。下位クラスでこれを実装しなければなりません。

関連項目