TmvFont.Handle

TmvFont

  Classes Reference > Auxiliary Classes > TmvFont > TmvFont Properties >

TmvFont.Handle

TmvFont

Previous pageReturn to chapter overviewNext page

Provides access to the handle of a system font.

property Handle: HFont;

Description

The Handle property indicates the Windows GDI font object handle.

Use Handle as a parameter when calling Windows API functions that require a font handle. Set Handle to make the TFont object represent the Windows font indicated by the font handle. Setting Handle releases the current Windows font resource.

Go to CAD VCL Enterprise