Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
General
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
What is the initial value of FStringTrim in unit ppDBPipe?
rbuser
September 2011
edited September 2011
in
General
Hi,
I found a class method in class TppDBPipeline
class procedure TppDBPipeline.SetStringTrim(aValue: Boolean);
begin
FStringTrim := aValue;
end;
What is the initial value of FStringTrim? Shall we set this value
explicitly?
--
Best regards,
Chau Chee Yang
Comments
nicocizik
September 2011
edited September 2011
This initial value of the FStringTrim variable is False. Setting this
value to True will simply ensure that all empty spaces are removed to
the right of any field value
Best Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
nardmoseley
September 2011
edited September 2011
The default value is False. This property is set to true by the DADE plug-in
for dbExpress when the database type is dtOracle.
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
This discussion has been closed.
Comments
value to True will simply ensure that all empty spaces are removed to
the right of any field value
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
The default value is False. This property is set to true by the DADE plug-in
for dbExpress when the database type is dtOracle.
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com