InformationRegisterRecordSet.<Information register name>.LoadColumn
Syntax:
Parameters:
<Array> (required)
Array containing the values for set column filling.
<FieldName> (required)
Name of the set's record field where the values will be downloaded from the array.
Description:
Availability:
Note:
Example:
RatesSet.LoadColumn(RatesArray, "Rate"); |