TIniFile.StripQuotes

From Soldat Community Wiki
Revision as of 03:46, 23 August 2013 by Mighty (talk | contribs) (new page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
property StripQuotes: Boolean
 Access mode: RW

Description

When set to TRUE, ReadString will be stripping
quotes from strings read if they have them. E.g. Key="Some Text" would
become Key=Some Text.
It's set to FALSE by default.