formZ SDK | 5.0 API Reference | Project | Group Manager

fz_grup_new_node

Description

Creates a new group node. If parent is NULL, the root of the hierarchy is used.

Plugin Prototype

fzrt_error_td fz_grup_new_node(

fzrt_int

windex,

fz_grup_table_ptr

gtable,

fz_grup_ptr

parent,

fzrt_boolean

first_child,

fz_grup_ptr *

grup )

Parameters

windex [Input]

project window index

gtable [Input]

group table

parent [Input]

group or NULL for root

first_child [Input]

if TRUE, then becomes the first child, else last child

grup [Result]

new group entry

Returns

Error codes

Availability

5.0.0.0

See Also

fz_grup_delete_node

Function Set

fz_grup_fset


Defined in

fz_grup_api.h