Vcl.OleCtrls.TOleControl.GetTPictureProp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetTPictureProp(Index: Integer): TPicture;

C++

Vcl::Graphics::TPicture* __fastcall GetTPictureProp(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 TPicture.

Use GetTPictureProp to read a property of an ActiveX control. The Index parameter specifies the dispid of the property being read. GetTPictureProp returns the value of the read property.

See Also