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

fz_fuim_list_set_colm_flags

Description

Sets flags of a column.
col_indx is the index to the column and must be greater than or equal to 0 and less than the number of columns in the list.
If flags is passed as 0, no flags will be set and any previously set flags on the column will be cleared.

Plugin Prototype

fzrt_error_td fz_fuim_list_set_colm_flags(

fz_fuim_tmpl_ptr

fuim_tmpl,

fz_fuim_list_ptr

list_ptr,

fzrt_int

col_indx,

fzrt_int

flags )

Parameters

fuim_tmpl [Input]

fuim manager

list_ptr [Input]

list pointer

col_indx [Input]

column index

Range: 0 <= col_indx < number of columns

flags [Input]

column flags

Bit Flag Type: fz_fuim_list_colm_enum

Returns

Error codes

Availability

5.0.0.0

Function Set

fz_fuim_fset


Defined in

fz_fuim_list_api.h