Vcl.Graphics.TFont.FontAdapter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FontAdapter: IChangeNotifier read FNotify write FNotify;

C++

__property _di_IChangeNotifier FontAdapter = {read=FNotify, write=FNotify};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TFont

Description

Designates an interface for providing the font information to ActiveX controls.

Do not use the FontAdapter property. FontAdapter is used internally by ActiveX controls to communicate font information through an OLE interface.

See Also