Data.DB.TField.SetWideText

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure SetWideText(const Value: string); virtual;

C++

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

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