Data.DB.TLongWordField.GetAsString
Delphi
function GetAsString: string; override;
C++
virtual System::UnicodeString __fastcall GetAsString();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Data.DB.pas Data.DB.hpp |
Data.DB | TLongWordField |
Description
Returns the value of the field as a string.
The GetAsString method is used to return the value of the field as a string.