Data.DBXDelegate.TDBXDelegateWritableValue.GetString

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Unit: Data.DBXDelegate
Parent: TDBXDelegateWritableValue

Delphi

function GetString: string; overload; override;

C++

virtual System::UnicodeString __fastcall GetString()/* overload */;

Description

Gets the string value of this TDBXValue.

Data.DBXDelegate.TDBXDelegateWritableValue.GetString inherits from Data.DBXCommon.TDBXValue.GetString. All content below this line refers to Data.DBXCommon.TDBXValue.GetString.

Gets the string value of this TDBXValue.

If IsNull is True, a TDBXError exception is raised.

See Also