RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMetafile.Handle Property

Provides access to the Windows GDI metafile handle, for accessing the GDI metafile object.

Pascal
property Handle: HENHMETAFILE;
C++
__property HENHMETAFILE Handle;

Use Handle when calling a Windows API function that requires the handle of a metafile object. Pass the handle from the Handle property of the metafile object to the function. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!