Concept Framework 2.2 documentation Contents | Index

ADODataSet.UpdateColumnList

Name Type Access Version Deprecated
UpdateColumnList function public version 1.0 no

Prototype:
public function UpdateColumnList(Sender);


Description:
This function performs list-style operations for VirtualADOObject derived controls. You should never call this function directly.

If you execute a query, and a list is bound to a record in the data set, it needs to show all the items in the result (not only the current row); it walks on every row in the result, adding them to the list (resulting more like a matrix instead of a vector).

Returns:
This function returns null.

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:09 2013 GMT(c)2013 Devronium Applications