TValidationSeverity Enumeration

Represents type TValidationSeverity.

Namespace: Sigma.Validation
type
 TValidationSeverity = (sevNone, sevWarning, sevError);

The TValidationSeverity type exposes the following members.

Show:
 NameDescription
sevError

Represents constant sevError.

sevNone

Represents constant sevNone.

sevWarning

Represents constant sevWarning.

Top