Navigation:  Classes > bDragDropClient >

bDragDropClient:Init()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Creates an object of class bDragDropClient.

Class

bDragDropClient

Type

Method

Syntax

bDragDropClient{

<oWindow>,

[<iDragDropMode>],

[<oCommandOwner>]

} Æ oDragDropClient

Arguments

<oWindow>The Window or Control, which should serve as the target of a drag & drop process.
Data Type:Window | Control

 

<iDragDropMode>Define the capabilities which should be supported for a drag & drop process. The following values are supported:

 

Value

Description

BDDM_CLIENT

The Window or Control serves as a possible target of a drag & drop process.

 

The value BDDM_CLIENT is used as default.

Data Type:DWord

 

<oCommandOwner>The owner to which the events of a drag & drop process should be sent. If the argument is not passed on, then the argument <oWindow> is used as default.
Data Type:Object

Return Value

oDragDropClientThe created object of the class bDragDropClient.
Data Type:bDragDropClient

Description

bDragDropClient:Init() creates a new object of the class bDragDropClient and initializes it.

See Also

bDragDropClient:CommandOwner

bDragDropClient:DragDropMode

bDragDropClient:Window

 


Page url: http://www.YOURSERVER.com/index.html?bdragdropclient_init.htm