RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.HMETAFILE Type

HMETAFILE is the Windows handle to a TMetafile object.

Pascal
HMETAFILE = THandle;
C++
THandle HMETAFILE;

HMETAFILE is the type used by Windows API function calls that require a handle to a metafile for one of the arguments. It is also the type of the handle of a TMetafile object. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!