User Tools

Site Tools


macros:function:handles.setsourcehandlefromhandle

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
namespace Handles
parameter handle ( Handle ) : the handle which is meant to be the source handle
return value Void
affects Handles.SourceHandle

Unlike 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 Delete Playback.

Example in

Timecode - Toggle On/Off for particular playback:

  <step>Handles.SetSourceHandleFromHandle(null)</step>

This makes the Handles.SourceHandle property void (see Null for an explanation of null).

Also used in
Remarks
You could leave a comment if you were logged in.
macros/function/handles.setsourcehandlefromhandle.txt · Last modified: 2018/09/16 12:23 by icke_siegen