TIniFile.StripQuotes

From Soldat Community Wiki
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.