Vcl.OleCtrls.TOleControl.GetPropDisplayString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPropDisplayString(DispID: Integer): string;

C++

System::UnicodeString __fastcall GetPropDisplayString(int DispID);

Properties

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

Description

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

GetPropDisplayString returns the display string for an interface for the ActiveX control.

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

For more information about GetPropDisplayString, search the latest Microsoft Developer Network CD for GetDisplayStrings.

See Also