Data.DBXCommon.TDBXValue.AsString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsString: string read GetAsString;

C++

__property System::UnicodeString AsString = {read=GetAsString};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValue

Description

UnicodeString representation of value.

AsString returns a UnicodeString representation of the value, applying a type conversion if needed. If there is no supported conversion to this type, an exception is raised.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=Data.DBXCommon.TDBXValue.AsString&oldid=156583"