Click or drag to resize

DataWindow.Status Property (Typed)

X#
A hyperlabel identifying the status of this data window after the last operation.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Status AS HyperLabel GET SET 
Request Example View Source

Property Value

Type: HyperLabel
A hyperlabel identifying the status of this data window after the last operation.
Remarks
A hyperlabel identifying the status of this data window after the last operation. If the last operation was successful, this value is NULL_OBJECT; if something went wrong (whether it raised an error condition or merely returned a failure code), DataWindow:Status returns an informative hyperlabel.
Examples
The following examples invoke several DataWindow:Status properties of the data server:
X#
1oDataWindow:Status:Caption
2oDataWindow:Status:Description
3oDataWindow:Status:HelpContext
See Also