Field_Current_UCAValue - DataDictionary
Sets and returns data in the extended table column object using the UChar array type
Type: Property
Access: Read/Write
Data Type: UChar
Parameters: None
Parameters
| Parameter | Type | Description |
|---|---|---|
| iField | Integer |
Syntax
Property UChar Field_Current_UCAValue
| Access Type | Syntax |
|---|---|
| Read Access: | Get Field_Current_UCAValue to UCharVariable |
| Write Access: | Set Field_Current_UCAValue to UCharVariable/Value |
Description
Field_Current_UCAValue is used to set and get extended text and binary data in a DataDictionary object (DDO) using a UChar array as your data type.
This is identical to Field_Current_Value, except that the data is handled via a UChar array. The length of the data is determined by the size of the array. This would primarily be used during batch processing.
UChar[] ucComments
Get Field_Current_UCAValue of oCustomer_DD Field Customer.Comments to ucComments