Data.DB.TField.SetAsWideString

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 SetAsWideString(const Value: string); virtual;

C++

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

Description

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

Descendants of TField that represent WideString fields override the SetAsWideString method to set the value of the field with the given WideString Value.

Trying to call the SetAsWideString method raises an exception.

See Also