RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBXSQLVAR.AsTrimString Property

Represents the XSQLVAR field's value as a string with any trailing spaces removed.

Pascal
property AsTrimString: String;
C++
__property AnsiString AsTrimString;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!