Home General

What is the initial value of FStringTrim in unit ppDBPipe?

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

  • 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
  • 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.