Data.DBXDelegate.TDBXDelegateWritableValue.GetString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetString: string; overload; override;

C++

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

Properties

Type Visibility Source Unit Parent
function public
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Data.DBXDelegate TDBXDelegateWritableValue

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