Data.DB.TField.GetAsWideString
Delphi
function GetAsWideString: string; virtual;
C++
virtual System::UnicodeString __fastcall GetAsWideString(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Data.DB.pas Data.DB.hpp |
Data.DB | TField |
Description
Returns the value of the field as a WideString.
Descendants of TField that represent WideString fields override the GetAsWideString method to return the value of the field as a WideString.
Trying to call the GetAsWideString method raises an exception.