DataBrowser.Validate Method (Typed) | |
Determine whether the currently focused record is valid.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Validate() AS LOGIC
public virtual bool Validate()
Request Example
View SourceReturn Value
Type:
Logic
TRUE if the record is valid; otherwise, FALSE.
See Also