Methods
- Last UpdatedJun 23, 2017
- 1 minute read
This section describes the methods available for the wwDefaultChar class.
Change()
This method changes the value of the default characteristic. The return code is a Short integer value that can be used for error handling.
For more information on the error codes returned, see "Error Return Values".
Syntax
ReturnCode = DefaultCharVar.Change (Val, ValType)
Parameters
Val
Data Type: String
New value for default characteristics
ValType
Data Type: Integer
Default characteristic type enumeration. For ValType enumeration constants, see "Enumerated Constants".
Delete()
This method deletes the default characteristic. This action also deletes the corresponding actual characteristic. The return code is a Short integer value that can be used for error handling.
For more information on the error codes returned, see "Error Return Values".
Syntax
ReturnCode = DefaultCharVar.Delete ()