Data.DB.TBinaryField.GetText
Delphi
procedure GetText(var Text: string; DisplayText: Boolean); override;
C++
virtual void __fastcall GetText(System::UnicodeString &Text, bool DisplayText);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Data.DB.pas Data.DB.hpp |
Data.DB | TBinaryField |
Description
Internally calls the GetAsString method.
The GetText method internally calls GetAsString to return the value stored in the binary field as a string.