Data.DBXDelegate.TDBXDelegateWritableValue.GetString

From RAD Studio API Documentation

Delphi

function GetString: string; overload; override;

C++

virtual System::UnicodeString __fastcall GetString(void)/* 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. {{#multireplace:Data.DBXDelegate.TDBXDelegateWritableValue.GetString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXCommon.TDBXValue.GetString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DBXCommon.TDBXValue.GetString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Gets the string value of this TDBXValue.

If IsNull is True, a TDBXError exception is raised.

See Also