| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > FormVCRWindowComponent Interface >====== PrimaryBufferSaveRequired(flag save of primary buffer) ====== | [[primarybuffersaved confirm save of primary buffer .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[fuzzyclass.htm|{{btn_next_n.gif|Next page}}]] | | || **PrimaryBufferSaveRequired(),BYTE** {{blk2blue.jpg|blk2blue.jpg}} The **PrimaryBufferSaveRequired **method returns TRUE (1) if the buffer pointer of the Window Component has been deleted. This allows synchronization of the saved buffer with other Window Manager threads. **Implementation:** The **PrimaryBufferSaveRequired** method calls the SELF.Primary.Me.SaveBuffer() method to save the primary buffer in the WindowManager's ResetBuffers method. **See Also:**     [[primarybuffersaved confirm save of primary buffer .htm|PrimaryBufferSaved]]** , **[[primarybufferrestorerequired flag restore of primary buffer .htm|PrimaryBufferRestoreRequired]]