Sisulizer Version 3 ist ein kostenpflichtiges Update für alle Sisulizer 1.x und 2008/2010-Kunden.
Verwenden Sie noch Sisulizer 1.x oder Sisulizer 2008/2010?
Aktualisieren Sie jetzt auf Version 3 und nutzen Sie alle Neuigkeiten in Version 3.
Die Angebote richten sich an kommerzielle und industrielle Kunden.
Alle Preisangaben sind netto.
Komplette Preisliste.
Suchen Sie die richtige Edition? Besuchen Sie unsere Vergleichstabelle
23.4.2012
Der neue Build kommt mit vielen neuen Features. [mehr]
9.11.2011
Sisulizer Version 3 ist da. [mehr]
30.9.2011
Sie suchen nach Tipps und Trick zum Thema Sisulizer? [mehr]
8.9.2011
Die Delphi Tage 2011 in Köln sind ausverkauft! [mehr]
12.8.2011
Bitte verwenden Sie einen Download Manager. [mehr]
Specifies the options how strings are encoded to the file.
Specifies if the strings are quoted. Possible values are:
| Value | Description |
|---|---|
| None | No quoting is done. Strings are written as they are. |
| Single (') | Strings are quoted using single quotion marks. For example Hello World becomes to 'Hello World'. |
| Double (") | Strings are quoted using double quotion marks. For example Hello World becomes to "Hello World". |
In some situations one of the above values might not be available.
Specifies the escape method how line feed, carriage return and other special characters are encoded.
Specifies the characters that start comment line. There can be any number of comment characters. Comments in a Ini file are always single line comment that start with a comment character and ends to the next new line. The default comment characters value is " ;#" that means that both ; and # characters can be used to mark comments. For example:
# This is a comment
[Values]
One=A string
# Another comment
Two=Another string
The above Ini files uses # as a comment character and the sample contains two comments.
If checked white space characters are removed between the separator character (=) and the value. For example
Sample = This is a sample
will extract " This is a sample" if the check box is unchecked and "This is a sample" if it is checked.
If checked each section of the file is show as a corresponding node in the project tree. If unchecked there will be only one node in the project tree for whole file.