Data.DB.TWideStringField.GetText
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TWideStringField |
Delphi
procedure GetText(var Text: string; DisplayText: Boolean); override;
C++
virtual void __fastcall GetText(System::UnicodeString &Text, bool DisplayText);
Description
Returns the field's value as a string.
The GetText method populates the Text parameter with the field's value returned as a string, if the DisplayText parameter is set to False. Otherwise, GetText returns the field's display value.