Data.DBXStreamPlatform.TDBXJSonRow.SetWideMemo

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DBXStreamPlatform.pas
Data.DBXStreamPlatform.hpp
Unit: Data.DBXStreamPlatform
Parent: TDBXJSonRow

Delphi

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

C++

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

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