Data.DBXStreamPlatform.TDBXJSonRow.SetWideMemo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXStreamPlatform.pas
Data.DBXStreamPlatform.hpp
Data.DBXStreamPlatform TDBXJSonRow

Description

This method is intended to establish the size of the memo fields.

Data.DBXStreamPlatform.TDBXJSonRow.SetWideMemo inherits from Data.DBXCommon.TDBXRow.SetWideMemo. All content below this line refers to Data.DBXCommon.TDBXRow.SetWideMemo.

This method is intended to establish the size of the memo fields.

This is a virtual method. Descendants should implement it.

See Also