Titan Property ====== Windows.windowId.CurrentPage ====== ^ API | ./. | ^ description | current page of the window [windowId] | ^ [[:macros:namespace]] | [[macros:namespace:windows.windowid]] | ^ type | [[:macros:type:int32]] | Strictly this is an element of the respective window. windowId refers to the workspace window as explained in [[macros:identifier:windows]]. This means there are properties like ''Windows.Playbacks.CurrentPage'', ''Windows.Colours.CurrentPage'' and more == example == ActionScript.SetProperty.Integer("Windows.Playbacks.CurrentPage", 0) This toggles the playbacks window to page 1. == used in == {{backlinks>.}}