| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > WindowComponent Interface > WindowComponent Methods >====== Update(get VIEW data for the selected item) ====== | [[takeevent process the current accept loop event .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[updatewindow update window controls .htm|{{btn_next_n.gif|Next page}}]] | | || **Update** {{blk2blue.jpg|blk2blue.jpg}} The **Update **method regets the selected item from the VIEW in order to update the record on disk. **BrowseClass Implementation:** The Update method calls the BrowseClass.UpdateViewRecord method to reread the selected record from the VIEW. For more information see the BrowseClass.UpdateViewRecord. **FileDropClass Implementation:** The Update method is not implemented for the FileDropClass window component. **See Also:     **[[updateviewrecord get view data for the selected item .htm|BrowseClass.UpdateViewRecord]]