Will the method QActionTable.SetColumn() fail if not all keys are provided or does it also work with a selection of keys and their corresponding values?
Hi Stijn
QActionTable.SetColumn() will work even if you only provide a subset of the keys in that table.
So it will only update the values in the column for the specified keys.
The method does require the key array and value array to have the same length, or it will fail.
The method is actually a wrapper for SLProtocol.FillArrayWithColumn, which is in turn also a wrapper for Protocol.NotifyProtocol(220 /*NT_FILL_ARRAY_WITH_COLUMN*/