Validates that this Object is correctly populated with data.
This Function can be Overriden in Exposed Objects (generated class code)
[Visual Basic]
Public Function _Validate( _
Optional ByVal Recurse As Boolean _
) As Boolean [C#]
public bool _Validate(
bool Recurse
);[JScript]
public function _Validate(
Recurse : boolean
) : boolean ;Returns TRUE if Object is Valid otherwise False.
Ensure that the Base _Validate is always called to ensure Inherited Objects are Validated correctly.
Clears all Object Errors before executing Function.
ConstructorClass Class | ConstructorClass Members
©2006 i3 Design Limited. All rights reserved.