Vcl.OleCtrls.TOleControl.GetTFontProp
Delphi
function GetTFontProp(Index: Integer): TFont;
C++
Vcl::Graphics::TFont* __fastcall GetTFontProp(int Index);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Vcl.OleCtrls.pas Vcl.OleCtrls.hpp |
Vcl.OleCtrls | TOleControl |
Description
Reads a property of an ActiveX control. The property is expected to be of type TFont.
Use GetTFontProp to read a property of an ActiveX control. The Index parameter specifies the dispid of the property being read. GetTFontProp returns the value of the read property.