Vcl.OleCtrls.TOleControl.SetTFontProp

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure SetTFontProp(Index: Integer; Value: TFont);

C++

void __fastcall SetTFontProp(int Index, Vcl::Graphics::TFont* Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.OleCtrls.pas
Vcl.OleCtrls.hpp
Vcl.OleCtrls TOleControl

説明

ActiveX コントロールのプロパティを指定のフォントに設定します。

ActiveX コントロールのプロパティを指定のフォントに設定するには、SetTFontProp を使用します。Index パラメータは、設定するプロパティの dispid を表します。Value パラメータは設定するフォントを表します。

関連項目