Data.DB.TField.SetWideText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetWideText(const Value: string); virtual;

C++

virtual void __fastcall SetWideText(const System::UnicodeString Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TField

Description

Sets the value of the field with the given UnicodeString value.

The SetWideText method internally calls SetText to set the field's value according to the given UnicodeString Value.

Trying to call the SetWideText method as implemented in TField raises an exception.

See Also