Description | |||||||||||
Get the column order of the attribute window in a tree. | |||||||||||
Synopsis | |||||||||||
#include <ProUITree.h> | |||||||||||
ProError | ProUITreeTreecolumnorderGet | ( | |||||||||
char* dialog | |||||||||||
/* (In) | |||||||||||
The name of the dialog that contains the tree. | |||||||||||
*/ | |||||||||||
char* component | |||||||||||
/* (In) | |||||||||||
The name of the tree component. | |||||||||||
*/ | |||||||||||
int* count | |||||||||||
/* (Out) | |||||||||||
Number of columns. | |||||||||||
*/ | |||||||||||
char*** values | |||||||||||
/* (Out) | |||||||||||
Array of columns displayed in attribute window. Free this using ProStringarrayFree (). If this array is empty, this indicates that the columns will be displayed in the order in which they were created. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|