Skip to content

SET_ICON_CHECKED ​

SET_ICON_CHECKED sets the checked mode of a smart icon in a component's quick access bar.

Syntax ​

leo-grammar
CC "Application" SET_ICON_CHECKED name:strValue checked: 0|1 .

#--> RESULT ecode:intValue .
CC "Application" SET_ICON_CHECKED name:strValue checked: 0|1 .

#--> RESULT ecode:intValue .

Parameters ​

  • name (strValue) - name of the icon
  • checked (boolValue) - set if the icon is checked or not

Returns ​

  • ecode (intValue) - contains the error code or is 0 in case of success.

Details ​

A table of predefined names is shown in the documentation of SET_ICON_VISIBLE.

See Also ​

SET_ICON_VISIBLE
INSERT_ICON

Versions and Changes ​

Available since ADOxx 1.3