Skip to content

File_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
iFile Integer
iField Integer Number of column iField in the table

Syntax

Property UChar File_Field_Current_UCAValue
Access Type Syntax
Read Access: Get File_Field_Current_UCAValue to UCharVariable
Write Access: Set File_Field_Current_UCAValue to UCharVariable/Value

Description

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