DataWindow.Status Property (Typed) | |
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
public virtual HyperLabel Status { get; set; }
Request Example
View SourceProperty Value
Type:
HyperLabelA 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:
1oDataWindow:Status:Caption
2oDataWindow:Status:Description
3oDataWindow:Status:HelpContext
See Also