InformationRegisterRecordSet.<Information register name>.Load
Syntax:
Parameters:
<ValuesTable> (required)
Value table by which the record set is filled.
Description:
Availability:
Example:
Reg = InformationRegisters.ExchangeRates; RatesSet = Reg.CreateRecordSet(); Tab = New ValueTable; // generate the value table // ... RatesSet.Load(Tab); |