| Herd Software Development
|=
DaVinci Graphics Library
|==
DaVinci Documentation Home Search Order


EnhMetaFile property

Properties Methods Events Overview

Declaration

property EnhMetaFile : HENHMETAFILE;

Description

Runtime only. Available only in the 32 bit version of the component. This property specifies the handle of an enhanced metafile currently loaded into the component. If no EMF is loaded, its value is 0. No automatic conversion is executed between DIBs/metafiles and enhanced metafiles.

By storing an Enhanced MetaFile-handle into this property, the TDavinci component becomes owner of this Handle. The handle is freed automatically when the TDavinci component becomes freed by the application, when a new image (DIB,Metafile or Enhanced Metafile) is being transferred or on application exit. The application must not release the handle by calling DeleteEnhMetaFile..