FireDAC.Comp.DataSet.TFDSQLTimeIntervalField.SetAsString
Delphi
procedure SetAsString(const AValue: String); override;
C++
virtual void __fastcall SetAsString(const System::UnicodeString AValue);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp |
FireDAC.Comp.DataSet | TFDSQLTimeIntervalField |
Description
Sets the value of the field with the given string value. {{#multireplace:FireDAC.Comp.DataSet.TFDSQLTimeIntervalField.SetAsString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DB.TField.SetAsString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DB.TField.SetAsString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Sets the value of the field with the given string value.
Descendants of TField that represent string fields override the SetAsString method to set the value of the field with the given string Value.
Trying to call the SetAsString method raises an exception.