Set of TMissingNameValueSeparatorAction.
Source position: classesh.inc line 899
type TMissingNameValueSeparatorActions = set of ( |
||
mnvaValue, |
|
Consider the line a value. |
mnvaName, |
|
Consider the line a name with empty value. |
mnvaEmpty, |
|
Consider it an empty line. |
mnvaError |
|
Raise an exception if the Name=Value functionality is used. |
); |
TMissingNameValueSeparatorActions is simply a set of TMissingNameValueSeparatorAction values.
|
What to to with Name=value pairs if the separator is missing. |