Click or drag to resize

DataColumn.Status Property (Typed)

X#
A hyperlabel that indicates the results of validations or recent actions to this data column.

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

Property Value

Type: HyperLabel
A hyperlabel that indicates the results of validations or recent actions to this data column.
Remarks
A hyperlabel that indicates the results of validations or recent actions to this data column. If the validation passed or the operation was successful, this value is NULL_OBJECT; if not, it contains information about the cause of the error.
See Also