−Содержание GetTabCount Syntax Returned value Examples GetTabCount Returns the number of tabs. Syntax function GetTabCount; Returned value type: integer functions: a number of tabs Examples //Create 10 tabs for var i:=0 to 9 do CreateTab; //Get the number of tabs var tabcount:=GetTabCount; Log(inttostr(tabcount));