setusemrp_set_usemrp_value_bc.htm
Navigation: ABC Library Reference > BrowseClass > BrowseClass Methods >====== SetUseMRP (set UseMRP value) ====== | |
SetUseMRP( UseMRPFlag ),VIRTUAL
SetUseMRP | Sets the value of the UseMRP property. |
UseMRPFlag | A BYTE value that activates the UseMRP property when set to 1, or disables the UseMRP property when set to 0. |
The SetUseMRP VIRTUAL method is used to set the value of the UseMRP property. This property is used in conjunction with the IP Driver processing of Multiple Request Packets.
Implementation:
SetUseMRP sets the value of the PROTECTED UseMRP property. You can use the GetUseMRP value to detect the UseMRP value set by the templates, and reset it at runtime via the SetUseMRP method.
Example:
IF BRW1.GetUseMRP() = 1
BRW1.SetUseMRP(0)
END
See Also: GetUseMRP
setusemrp_set_usemrp_value_bc.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1