IBX.IBSQL.TIBXSQLVAR.AsTrimString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsTrimString : String read GetAsTrimString write SetAsTrimString;

C++

__property System::UnicodeString AsTrimString = {read=GetAsTrimString, write=SetAsTrimString};

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 with any trailing spaces removed.

Use the AsTrimString property to read the value of the field's data into a string, removing any trailing spaces from the value.

When assigning AsTrimString, any trailing spaces in the assigned string are removed before assigning the value. The spaces do not become part of the underlying value.