Documentação da API > Custom user interface > Object ProUITree > Callback ProUITreeNodeVisitAction
Callback ProUITreeNodeVisitAction
Description
This is a function for visiting nodes.
Synopsis
#include <ProUITree.h>
(*ProUITreeNodeVisitAction)
(
char* dialog
/* (In)
The name of the dialog that contains the tree.
*/
char* component
/* (In)
The name of the tree component.
*/
char* node_name
/* (In)
The name of the node under which all nodes should be visited.
*/
/* (In)
The status of action on the visiting node.
*/
ProAppData appdata
/* (In)
The application data passed to the function ProUITreeNodesVisit
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Isto foi útil?