SHDocVw.TShellUIHelper.AddDesktopComponent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddDesktopComponent(const URL: WideString; const Type_: WideString); overload;
procedure AddDesktopComponent(const URL: WideString; const Type_: WideString;  const Left: OleVariant); overload;
procedure AddDesktopComponent(const URL: WideString; const Type_: WideString;  const Left: OleVariant; const Top: OleVariant); overload;
procedure AddDesktopComponent(const URL: WideString; const Type_: WideString;  const Left: OleVariant; const Top: OleVariant; const Width: OleVariant); overload;
procedure AddDesktopComponent(const URL: WideString; const Type_: WideString;  const Left: OleVariant; const Top: OleVariant; const Width: OleVariant; const Height: OleVariant); overload;

C++

void __fastcall AddDesktopComponent(const System::WideString URL, const System::WideString Type_)/* overload */;
void __fastcall AddDesktopComponent(const System::WideString URL, const System::WideString Type_, const System::OleVariant &Left)/* overload */;
void __fastcall AddDesktopComponent(const System::WideString URL, const System::WideString Type_, const System::OleVariant &Left, const System::OleVariant &Top)/* overload */;
void __fastcall AddDesktopComponent(const System::WideString URL, const System::WideString Type_, const System::OleVariant &Left, const System::OleVariant &Top, const System::OleVariant &Width)/* overload */;
void __fastcall AddDesktopComponent(const System::WideString URL, const System::WideString Type_, const System::OleVariant &Left, const System::OleVariant &Top, const System::OleVariant &Width, const System::OleVariant &Height)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
SHDocVw.pas
SHDocVw.hpp
SHDocVw TShellUIHelper

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!