RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomClientDataSet.DisableStringTrim Property

Specifies whether trailing spaces are trimmed from field values when records are posted.

Pascal
property DisableStringTrim: Boolean;
C++
__property Boolean DisableStringTrim;

When DisableStringTrim is false, trailing spaces are trimmed from field values when records are posted. When DisableStringTrim is true, field values are posted exactly as typed, including any trailing spaces. 

 

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