Navigation:  ABC Library Reference > RuleManager > RulesCollection Class Methods >====== SetEnumerateIcons (set icons for broken rules display) ====== Previous pageReturn to chapter overviewNext page

SetEnumerateIcons( windowicon, validicon, brokenicon)

blk2blue.jpg

SetEnumerateIcons Sets the icons for the display produced by the EnumerateBrokenRules method.
windowicon A string constant, variable, EQUATE, or expression that contains the file name of the icon which will appear on the title bar of the broken rules listing.
validicon A string constant, variable, EQUATE, or expression that contains the file name of the icon which will appear on lines containing valid rules.
brokenicon A string constant, variable, EQUATE, or expression that contains the file name of the icon which will appear on lines containing broken rules.

Return Data Type:     LONG

Example:

Customer. SetEnumerateIcons('~BRules.ico','~BRuleOk.ico', |

                                          '~BRuleNo.ico')

 

See Also:     EnumerateBrokenRules