Returns TRUE if this Object has any errors.
[Visual Basic]
Public ReadOnly Property _HasErrors( _
Optional ByVal Recurse As Boolean _
) As Boolean [C#]
public bool _HasErrors(
bool Recurse
); {get;}[JScript]
public function get _HasErrors(
Recurse : boolean
) : boolean Use _ObjectError, _GetPropertiesInError and _GetPropertyError to interogate the Error.
ConstructorClass Class | ConstructorClass Members
©2006 i3 Design Limited. All rights reserved.