DataWindow.Status Property | |
A hyperlabel identifying the status of this data window after the last operation.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Status AS USUAL GET SET
public virtual Usual Status { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA 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