Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TMissingNameValueSeparatorActions

Set of TMissingNameValueSeparatorAction.

Declaration

Source position: classesh.inc line 616

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.

);

Description

TMissingNameValueSeparatorActions is simply a set of TMissingNameValueSeparatorAction values.

See also

TMissingNameValueSeparatorAction

  

What to to with Name=value pairs if the separator is missing.


Documentation generated on: Jul 24 2023