Description | |||||||||||
Visits all the items in a family table. | |||||||||||
Replacement in Object TOOLKIT: | pfcFamilyMember::ListColumns | ||||||||||
Synopsis | |||||||||||
#include <ProFamtable.h> | |||||||||||
ProError | ProFamtableItemVisit | ( | |||||||||
ProFamtable* p_famtab | |||||||||||
/* (In) | |||||||||||
The handle to the family table. | |||||||||||
*/ | |||||||||||
ProFamtableItemAction visit_action | |||||||||||
/* (In) | |||||||||||
The action to perform on each item. If it returns anything other than PRO_TK_NO_ERROR, visiting stops. | |||||||||||
*/ | |||||||||||
ProFamtableItemFilter filter_action | |||||||||||
/* (In) | |||||||||||
The filter function. If NULL, all items are visited using the action function. | |||||||||||
*/ | |||||||||||
ProAppData app_data | |||||||||||
/* (In) | |||||||||||
The application data passed to the visiting and filter functions. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|