User Tools

Site Tools


rulemanager_methods.htm
Navigation:  ABC Library Reference > RuleManager > RulesManager Methods >====== RulesManager Methods ====== Previous pageReturn to chapter overviewNext page

Access Methods

Although most of the properties of the RulesCollection class are PRIVATE, public access to these properties is provided by a set of methods:

GetChangeControls() returns a BYTE containing the ChangeControlsStatus property

SetChangeControls( status ) sets the ChangeControlsStatus property

blk2blue.jpg

Setxxx/Getxxx Sets or retrieves a property
status A Boolean constant, variable, EQUATE, or expression that contains either True or False.

Example:

RulesManager.AddRulesCollection PROCEDURE(RulesCollection pRM)

   CODE

   SELF.Rules.RM &= pRM

   ADD(SELF.Rules)

   SELF.Rules.RM.ChangeControlsStatus = False

rulemanager_methods.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1