Function ====== Handles.SetSourceHandleFromHandle ====== Void Handles.SetSourceHandleFromHandle(Handle handle) ^ API | http://api.avolites.com/10.1/Handles.SetSourceHandleFromHandle.html | ^ description | Sets the source handle to be a supplied handle | ^ [[macros:namespace|namespace]] | [[macros:namespace:handles]] | ^ parameter | handle ( [[macros:identifier:handle]] ) : the handle which is meant to be the source handle | ^ return value | [[macros:type:void]] | ^ affects | [[macros:property:handles.sourcehandle]] | Unlike [[macros:function:handles.setsourcehandle|]] which always refers to the current page, ''Handles.SetSourceHandleFromHandle(Handles.GetHandle())'' allows to set a handle on any page as source handle, see [[macros:example:deleteplayback|]]. == Example in == [[macros:example:playbacktoggletimecode]]: Handles.SetSourceHandleFromHandle(null) This makes the Handles.SourceHandle property void (see [[macros:type:null]] for an explanation of null). == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~