# GameTabs Methods to interact with the gametabs. - - - ## GameTabs.Open() ```pascal function TGameTabs.Open(tab: EGameTab): Boolean; ``` Opens the specified `Tab`. Example: ```pascal WriteLn GameTabs.Open(EGameTab.INVENTORY); ```