Vcl.OleCtrls.TOleControl.SetStringProp

提供:RAD Studio API Documentation

Delphi

procedure SetStringProp(Index: Integer; const Value: string);

C++

void __fastcall SetStringProp(int Index, const System::UnicodeString Value);

プロパティ

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

説明

ActiveX コントロールのプロパティを String 型の指定値に設定します。

ActiveX コントロールのプロパティを指定の値に設定するには、SetStringProp を使用します。Index パラメータは、設定しようとするプロパティの dispid を表します。Value パラメータは設定値を表します。

関連項目