Function ====== Workspace.Record ====== Workspace.Record(Handle handle, String name, Int32 icon, Boolean visibleOnly, Boolean removeOthers) ^ API | http://api.avolites.com/11.0/Workspace.Record.html | ^ description | Records a Workspace | ^ [[macros:namespace|namespace]] | [[macros:namespace:workspace]] | ^ parameter | handle ( [[macros:identifier:Handle]] ) : The handle | ^ ::: | name ( [[macros:type:String]] ) : The name | ^ ::: | icon ( [[macros:type:int32]] ) : The icon | ^ ::: | visibleOnly ( [[macros:type:Boolean]] ) : if set to true, only record the visible windows | ^ ::: | removeOthers ( [[macros:type:Boolean]] ) : if set to true remove others windows when this workspace is recalled | ^ return value | [[macros:type:void]] | == Example in == [[macros:example:createworkspaces]]: Workspace.Record(Handles.CreateHandleReference("Workspaces", 0, 0), "Playbacks", 0, true, false) This creates a workspace: * in the Workspace group, page 0, index 0 (see [[macros:function:Handles.CreateHandleReference]]) * named 'Playbacks' * no icon assigned * only visible windows stored in this workspace * when called, other windows are not being closed == Also used in == {{backlinks>.}} ~~DISCUSSION~~