IBX.IBSQL.TIBXSQLVAR.AsString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsString : String read GetAsString write SetAsString;

C++

__property System::UnicodeString AsString = {read=GetAsString, write=SetAsString};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBSQL.pas
IBX.IBSQL.hpp
IBX.IBSQL TIBXSQLVAR

Description

Represents the XSQLVAR field's value as a string.

Use the AsString property to read the value of the field's data into a string, or to assign a String value to the contents of the field.