Data.DBXDelegate.TDBXDelegateWritableValue.GetAnsiString

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 GetAnsiString: AnsiString; override;

C++

virtual System::AnsiString __fastcall GetAnsiString();

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