Vcl.OleCtrls.TOleControl.SetTPictureProp

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

Delphi

procedure SetTPictureProp(Index: Integer;  Value: TPicture);

C++

void __fastcall SetTPictureProp(int Index, Vcl::Graphics::TPicture* Value);

プロパティ

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

説明

ActiveX コントロールのプロパティを指定の画像オブジェクトに設定します。

ActiveX コントロールのプロパティを指定の画像オブジェクトに設定するには、SetTPictureProp を使用します。Index パラメータは、設定するプロパティの dispid を表します。Value パラメータは設定する画像オブジェクトを表します。

関連項目