Data.DB.TBinaryField.GetText

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TBinaryField

Delphi

procedure GetText(var Text: string; DisplayText: Boolean); override;

C++

virtual void __fastcall GetText(System::UnicodeString &Text, bool DisplayText);

Description

Internally calls the GetAsString method.

The GetText method internally calls GetAsString to return the value stored in the binary field as a string.

See Also