| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > FileManager > FileManager Methods >====== GetMRPSize (get MRPSize value) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[getfieldtype get field type .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[getname return the filename .htm|{{btn_next_n.gif|Next page}}]] | | || **GetMRPSize( ),BYTE,VIRTUAL** {{blk2blue.jpg|blk2blue.jpg}} | **GetMRPSize** | Retrieves the value of the **MRPSize** property. | The **Get****MRPSize**** **VIRTUAL** **method is used to retrieve the value of the **MRPSize** property. This property is used in conjunction with the IP Driver processing of Multiple Request Packets. **Implementation:** **GetMRPSize** retrieves the value of the PROTECTED **MRPSize** property. It can be useful for detecting the **MRPSize** value currently, and provides support for resetting it at runtime via the **SetMRPSize** method. **Return Value:     **BYTE **Example:** **IF Access:Orders.GetMRPSize() <; 100 !Currently using a small block size** ** Access:Orders.SetMRPSize(100)      !Use an MRP Packet Size that will** **                                    !fetch (and cache) 100 rows in a ** **                                    !single request** **END** **See Also:**     [[setmrpsize set mrpsize value .htm|SetMRPSize]]