Data.DBXCommon.TDBXRow.SetWideMemo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXRow

Description

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

This is a virtual method. Descendants should implement it.

See Also