Vcl.OleCtrls.TOleControl._SetTPictureProp
Delphi
procedure _SetTPictureProp(Index: Integer; Value: TPicture);
C++
void __fastcall _SetTPictureProp(int Index, Vcl::Graphics::TPicture* 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 picture object.
Use _SetTPictureProp to set a property of an ActiveX control to the specified picture object. The Index parameter specifies the dispid of the property being set. The Value parameter contains the set picture object.
Note: _SetTPictureProp simply calls the SetTPictureProp method.