API:IBX.IBCustomDataSet.TIBStringField.GetAsString
Delphi
function GetAsString: string; override;
C++
virtual System::UnicodeString __fastcall GetAsString(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | IBX.IBCustomDataSet.pas IBX.IBCustomDataSet.hpp |
IBX.IBCustomDataSet | TIBStringField |
Description
Returns the value of the field as a string.
IBX.IBCustomDataSet.TIBStringField.GetAsString inherits from Data.DB.TWideStringField.GetAsString. All content below this line refers to Data.DB.TWideStringField.GetAsString.
Returns the value of the field as a string.
The GetAsString method returns the value of the field as a string. If the field does not contain a value, an empty string is returned.