formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Templates

fz_fuim_new_group

Description

Creates a new fuim group. All items created using this group's id as a parent will appear in this group.
Pass FZ_FUIM_NONE for id to not assign a specific group id. An id will be created and assigned to the group and returned.
Pass FZ_FUIM_ROOT for parent if there is no parent group.

Plugin Prototype

short fz_fuim_new_group(

fz_fuim_tmpl_ptr

fuim_tmpl,

short

parent,

short

id,

fzrt_int

flags,

char *

titl_str )

Parameters

fuim_tmpl [Input]

fuim manager

parent [Input]

parent group

id [Input]

group id

flags [Input]

construction flags

Bit Flag Type: fz_fuim_flag_enum

titl_str [Input, Optional]

group title

Default Value: a group without a title is created

Returns

Group id

Availability

5.0.0.0

Function Set

fz_fuim_fset


Defined in

fz_fuim_api.h