formZ SDK | 4.0 Call Back Reference | Command | Project Command

fz_cmnd_cbak_proj_active

Description

This function is called by formZ at various times only for CMND_KIND_STATE commands to determine if the command state is active. If this function is not provided, the command is assumed to be inactive. If the command is active, a checkmark will appear next to te command in the menu.

Plugin Prototype

fzrt_error_td fz_cmnd_cbak_proj_active(

fzrt_int

windex,

fzrt_int *

rv )

Parameters

windex [Input]

project window index

rv [Result]

TRUE for available , FALSE for not available (dimmed)

Returns

Error codes

Availability

5.0.0.0

See Also

fz_cmnd_cbak_proj_avail, fz_cmnd_cbak_proj_select

Function Set

fz_cmnd_cbak_proj_fset


Defined in

fz_cmnd_api.h