Vcl.OleCtrls.TOleControl.GetIntegerProp

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

Delphi

function GetIntegerProp(Index: Integer): Integer;

C++

int __fastcall GetIntegerProp(int Index);

プロパティ

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

説明

ActiveX コントロールのプロパティを読み取ります。このプロパティは、Integer 型であることが期待されています。

ActiveX コントロールのプロパティを読み取るには、GetIntegerProp を使用します。Index パラメータは、読み取ろうとするプロパティの dispid を表します。GetIntegerProp は、読み取ったプロパティの値を返します。

関連項目