| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > ViewManager > ViewManager Properties >====== SavedBuffers (saved record buffers) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[primary the primary file relationmanager .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[timeout buffered pages freshness .htm|{{btn_next_n.gif|Next page}}]] | | || | | **SavedBuffers** | **&BuffersQueue, PROTECTED** | {{blk2blue.jpg|blk2blue.jpg}} The **SavedBuffers **property contains references to saved copies of the record buffer for the managed view. The saved record images may be used to detect changes by other workstations, to implement cancel operations, etc. **Implementation:** The SaveBuffers method stores a copy of the current Buffer contents into the SavedBuffers property. The RestoreBuffers method releases memory allocated by the SaveBuffers method. Therefore, to prevent a memory leak, each call to SaveBuffers should be paired with a corresponding call to RestoreBuffers. SavedBuffers is a reference to a QUEUE declared in ABFILE.INC as follows: **BuffersQueue QUEUE,TYPE     !Saved records** **Id            USHORT        !Handle to recognize saved instance** **FM            &FileManager  !Reference to the FileManager Class ** **             END** **See Also:     **[[savebuffers save view file buffers .htm|SaveBuffers]], [[restorebuffers restore view file buffers .htm|Restore Buffers]]