Class wwValidationErrors
A collection of Validation Errors that are used in a number of Web Connection objects.
Used in wwBusiness, Web Framework Controls, wwHtmlHelpers and a few other places.
Class Members
Member | Description | |
---|---|---|
![]() |
AddError | Adds a validation error to the collection of errors.
o.AddError(lcMessage,lcField)
|
![]() |
AddErrors | Adds an existing wwValidationErrors collection to this collection. Useful for merging errors from multiple sources into a single collection.
o.AddErrors(loErrors)
|
![]() |
ToHtml | Generates an HTML `` list from the validation errors in the collection.
o.ToHtml(llAddName)
|
![]() |
ToString | Generates linefeed separated string of validation errors.
o.ToString()
|
Assembly: wwcollections.prg
© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic