| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > BufferedPairsClass > BufferedPairsClass Methods >====== Init (initialize the BufferedPairsClass object) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[equalrightbuffer compare right fields to buffer fields .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[kill shut down the bufferedpairsclass object .htm|{{btn_next_n.gif|Next page}}]] | | || **Init** {{blk2blue.jpg|blk2blue.jpg}} The **Init **method initializes the BufferedPairsClass object. **Implementation: **The Init method creates the List and RealList properties. This method "points" the inherited List property to the RealList property so there is, in fact, only one list of fields which may be referred to as RealList. **Example:** ** INCLUDE('ABUTIL.INC')       !declare BufferedPairs Class** **Fields  &BufferedPairsClass  !declare BufferedPairs reference** ** CODE** ** Fields &= NEW BufferedPairsClass !instantiate BufferedPairs object** ** Fields.Init                      !initialize BufferedPairs object** ** .** ** .** ** .** ** Fields.Kill              !terminate BufferedPairs object** ** DISPOSE(Fields)          !release memory allocated for BufferedPairs object** **See Also:**     [[kill shut down the bufferedpairsclass object .htm|Kill]], [[list recognized field pairs .htm|List]], [[reallist recognized field pairs .htm|RealList]]