formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Lists
Description
Gets the width of a column in pixels.
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.
width is returned as the width of the specified column is pixels.
Plugin Prototype
fzrt_error_td fz_fuim_list_get_colm_width(
fuim_tmpl, | |
list_ptr, | |
fzrt_int | col_indx, |
fzrt_int * | width ) |
Parameters
fuim_tmpl [Input]
fuim manager
list_ptr [Input]
list pointer
col_indx [Input]
column index
Range: 0 <= col_indx < number of columns
width [Result]
width of column
Returns
Error codes
Availability
5.0.0.0
See Also
Function Set
Defined in