Data.DB.TField.SetAsWideString
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.