Class BindingError

Class that holds information about a particular binding error that occurred. Only the message and a display name of the field that is in error is held - no reference to the actual control.

Generally you won't use this class directly only as part of the BindingErrorsCollection.

Class Members

MemberDescription

Message

The display message for the error. This message is generated as part of the ControlUnbind event and either shows the message you've set on the control or a generic message that fieldname can't be blank or invalid value for fieldname.

ObjectName

Optional object name that is used instead of the generic field name. By default fieldnames are generated by stripping off txt or chk or lst or rad. You can override the field name explicitly here by providing an Objectname.

See also:

Class BindingError

© West Wind Technologies, 1996-2022 • Updated: 03/26/08
Comment or report problem with topic