| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > ViewManager > ViewManager Properties >====== TimeOut (buffered pages freshness) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[savedbuffers saved record buffers .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[view the managed view .htm|{{btn_next_n.gif|Next page}}]] | | || | | **TimeOut** | **USHORT** | {{blk2blue.jpg|blk2blue.jpg}} The **TimeOut **property controls automatic record set buffering for the managed view (see //BUFFER //in the //Language Reference//). Some file drivers do not support buffering. TimeOut specifies the number of seconds the buffered records are considered "trustworthy" in a network environment. If the TimeOut period has expired, the VIEW fills a request for records from the backend database rather than from the buffer. **Implementation:** The Init method sets the TimeOut property to sixty (60). The Open method implements the buffering specified by the PagesAhead, PagesBehind, PageSize, and TimeOut properties. **See Also:**     [[init initialize the viewmanager object .htm|Init]], [[open open the view .htm|Open]], [[pagesahead buffered pages .htm|PagesAhead]], [[pagesbehind buffered pages .htm|PagesBehind]], [[pagesize buffer page size .htm|PageSize]]