DataModel.foreac

Calls the specified callback function for each row in the data model. This will just traverse all rows, and call the given callback function for each of them.

class DataModel
void
foreac
(
GdaDataModelForeachFunc func
,
void* userData
)

Parameters

func GdaDataModelForeachFunc

callback function.

userData void*

context data for the callback function.

Meta