Vcl.OleCtrls.TOleControl.SetPropDisplayString

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

Delphi

procedure SetPropDisplayString(DispID: Integer; const Value: string);

C++

void __fastcall SetPropDisplayString(int DispID, const System::UnicodeString Value);

プロパティ

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

説明

ActiveX コントロールのインターフェイスの表示文字列を設定します。

SetPropDisplayString を使用すると、ActiveX コントロールのインターフェイスの表示文字列を設定できます。

DispID はインターフェイスの識別子です。詳細については、MSDN ライブラリで DISPID を検索してください。

Value はインターフェイスの新しい表示文字列です。

関連項目