Data.DB.TWideStringField.GetAsString

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetAsString: string; override;

C++

virtual System::UnicodeString __fastcall GetAsString();

Description

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.

See Also