Click or drag to resize

DataWindow.StatusOK Method (Typed)

X#
Indicate the current validation status of the window through a return code and by setting the DataWindow:Status property.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD StatusOK() AS LOGIC
Request Example View Source

Return Value

Type: Logic
Remarks
StatusOK() scans all controls on the window for an invalid status. If an invalid control status is found, the method returns TRUE. Use the DataWindow:Status property to determine which control returned an invalid status. Otherwise, StatusOK() returns FALSE.
See Also