Navigation:  ABC Library Reference > FormVCRWindowComponent Interface >====== PrimaryBufferSaveRequired(flag save of primary buffer) ====== Previous pageReturn to chapter overviewNext page

PrimaryBufferSaveRequired(),BYTE

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 , PrimaryBufferRestoreRequired