Form.IconSet

This command is used to quickly change the icons displayed on a form. For example, if you have users for whom you want to change which icons are available at a specific moment in time, this extension allows you to change them as needed.

Group: Prompt-Specific Extensions

(missing or bad snippet) Form.IconSet (Index, IconType, IconName, IconAction, IconVisible)  

Index            (Long) the index of the existing icon

                       The icon's index is typically in Themes > Application > SystemIcons > Manage Icons Collection > Icon ID

IconAction   The new icon action that will replace the action assigned to the existing icon -- select from Intellisense.

IconName     The name of the icon to be changed on a form. Select the icon switch to from Intellisense.

IconType      The icon that will replace the existing icon -- select from the drop down list in Intellisense.

IconVisible    (Optional) Sets whether the icon will be visible or not at runtime.

(missing or bad snippet)

Form.IconSet(1,iconArrowFilled, "", "Backup")

Versions Supported:     RFgen 5.2.4.2 and newer.