Vcl.OleCtrls.TOleControl.GetPropDisplayStrings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetPropDisplayStrings(DispID: Integer; List: TStrings);

C++

void __fastcall GetPropDisplayStrings(int DispID, System::Classes::TStrings* List);

Properties

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

Description

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

List is where the strings are to be stored.

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

See Also