Data.DB.TField.SetAsWideString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAsWideString(const Value: string); virtual;

C++

virtual void __fastcall SetAsWideString(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 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