Vcl.OleCtrls.TOleControl.GetCurrencyProp

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

Delphi

function GetCurrencyProp(Index: Integer): Currency;

C++

System::Currency __fastcall GetCurrencyProp(int Index);

プロパティ

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

説明

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

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

関連項目