Vcl.OleCtrls.TOleControl.SetPropDisplayString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.OleCtrls.pas
Vcl.OleCtrls.hpp
Vcl.OleCtrls TOleControl

Description

Sets the display string for an interface for the ActiveX control.

Use SetPropDisplayString to set the display string for an interface for the ActiveX control.

DispID is the identifier for the interface. For more information, search the Microsoft Developer Network for DISPID.

Value is the new display string for the interface.

See Also