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

fz_cmnd_cbak_proj_select

Description

Command select (Recommended). This function is called by formZ when the command is selected by the user. The user can select the command by clicking on an icon, selecting an item in a menu, selecting an item in a palette, or executing a keyshortcut. For CMND_KIND_ACTION command, this is where action is performed For CMND_KIND_STATE command, this is where the state is changed For CMND_KIND_TOOL command, this indicates that the tool is now the active tool

Plugin Prototype

fzrt_error_td fz_cmnd_cbak_proj_select(

fzrt_int

windex )

Parameters

windex [Input]

project window index

Returns

Error codes

Availability

5.0.0.0

See Also

fz_cmnd_cbak_proj_avail, fz_cmnd_cbak_proj_active

Function Set

fz_cmnd_cbak_proj_fset


Defined in

fz_cmnd_api.h