CWData
The CWData object holds a value and attributes associated with the value.
Properties
| Value | Specifies the value of a CWData object (number, string, date, array, or other variant type). |
Methods
| CopyFrom | Copies the value and attributes from another CWData object. |
| DeleteAttribute | Deletes existing attributes. |
| GetAttribute | Gets a CWData object for an attribute |
| GetAttributeNames | Returns the names of the attributes on the CWData object. |
| HasAttribute | Returns True if an attribute exists. |
| Reset | Clears the Value property and all attributes. |
| SetAttribute | Sets an attribute value. |