Vcl.AxCtrls.TFontAdapter.SetOleFont

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetOleFont(const OleFont: IFontDisp);

C++

void __fastcall SetOleFont(const _di_IFontDisp OleFont);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TFontAdapter

Description

Associates the adapter with the OLE object represented by a specified interface.

ActiveX controls that use TFontAdapter call SetOleFont to associate the adapter with the interface passed as the OleFont parameter.

See Also