Data.DBXDelegate.TDBXDelegateWritableValue.GetAnsiString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAnsiString: AnsiString; override;

C++

virtual System::AnsiString __fastcall GetAnsiString();

Properties

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

Description

Gets the string value for ANSI strings.

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

Gets the string value for ANSI strings.

Gets the string value for TDBXValue instances with a data type of AnsiString. Throws a TDBXError exception if IsNull is true.

See Also