SHDocVw.TShellUIHelper.AddDesktopComponent

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 */;

Propriétés

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

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !