API:Data.DB.TWideStringField.SetAsString
Delphi
procedure SetAsString(const Value: string); override;
C++
virtual void __fastcall SetAsString(const System::UnicodeString Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Data.DB.pas Data.DB.hpp |
Data.DB | TWideStringField |
Description
Sets the value of the field with the given string value.
Data.DB.TWideStringField.SetAsString inherits from Data.DB.TStringField.SetAsString. All content below this line refers to Data.DB.TStringField.SetAsString.
Sets the value of the field with the given string value.
SetAsString sets the field's value with the input Unicode string converted to the corresponding ANSI string.