API:SHDocVw.TShellUIHelper.AddDesktopComponent

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
SHDocVw.pas
SHDocVw.hpp
SHDocVw TShellUIHelper

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。