| Parameter | Description |
|---|---|
| iFile (Optional) | Number of the table in the current filelist |
| iField | Number of column iField in the table |
Property UChar[] File_Field_Current_UCAValue
| Read Access: | Get File_Field_Current_UCAValue iFile iField to UCharArrayVariable |
| Write Access: | Set File_Field_Current_UCAValue iFile iField to UCharArrayVariable/Value |
File_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 File_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 File_Field_Current_UCAValue of oCustomer_DD Field Customer.Comments to ucComments