Data.DBXCommon.TDBXRow.SetWideMemo
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXRow |
Delphi
procedure SetWideMemo(DbxValue: TDBXWideMemoValue; const Value: string); virtual;
C++
virtual void __fastcall SetWideMemo(TDBXWideMemoValue* DbxValue, const System::UnicodeString Value);
Description
This method is intended to establish the size of the memo fields.
This is a virtual method. Descendants should implement it.