FireDAC.Comp.DataSet.TFDSQLTimeIntervalField.GetAsString
Delphi
function GetAsString: String; override;
C++
virtual System::UnicodeString __fastcall GetAsString();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp |
FireDAC.Comp.DataSet | TFDSQLTimeIntervalField |
Description
Returns the value of the field as a string.
FireDAC.Comp.DataSet.TFDSQLTimeIntervalField.GetAsString inherits from Data.DB.TField.GetAsString. All content below this line refers to Data.DB.TField.GetAsString.
Returns the value of the field as a string.
Descendants of TField that represent string fields override the GetAsString method to return the value of the field as a string.
Trying to call the GetAsString method raises an exception.