<div class="meta" robots="noindex">

</div>

Property

# Movie.Handle

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

<div class="warning">

<div class="title">

Warning

</div>

This item was deprecated in version 2020r2. There is no replacement.

</div>

## Description

Returns a <span class="title-ref">Handle</span> to the movie, mainly used for API calls that require the <span class="title-ref">Handle</span> to a movie.

## Sample code

This gets the <span class="title-ref">Handle</span> to the movie.

``` xojo
Var f As FolderItem
Var m As Movie
Var i As Ptr
f = GetOpenFolderItem("")
m = Movie.Open(f)
i = m.Handle
```

## Compatibility

All project types on all supported operating systems.
