Vcl.OleCtrls.TOleControl.SetTFontProp
Delphi
procedure SetTFontProp(Index: Integer; Value: TFont);
C++
void __fastcall SetTFontProp(int Index, Vcl::Graphics::TFont* Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.OleCtrls.pas Vcl.OleCtrls.hpp |
Vcl.OleCtrls | TOleControl |
Description
Sets a property of an ActiveX control to the specified font.
Use SetTFontProp to set a property of an ActiveX control to the specified font. The Index parameter specifies the dispid of the property being set. The Value parameter contains the set font.