OPC Labs EasyOPC Forms
DAItemDialog Object
Members 
OpcLabs_EasyOpcForms ActiveX DLL : DAItemDialog Object
Description
Displays a dialog box from which the user can select an OPC Data Access item.

 

ProgId: OpcLabs.EasyOpc.DataAccess.Forms.Browsing.DAItemDialog
CLSID (Class ID): 211f7e5c-0b3d-4535-ab3d-909d2046b772
Default interface: OpcLabs.EasyOpc.DataAccess.Forms.Browsing.ComTypes._DAItemDialog
Event source interface:

 

For more information, see DAItemDialog and OpcLabs.EasyOpc.DataAccess.Forms.Browsing.ComTypes._DAItemDialog in .NET Reference.

Object Model

DAItemDialog ObjectEasyDAClientSelector ObjectEasyDAInstanceParameters ObjectEasyDAAdaptableParameters ObjectDANodeDescriptor ObjectBrowsePath ObjectDANodeDescriptor ObjectDANodeDescriptor ObjectDANodeDescriptor ObjectDANodeElement ObjectBrowsePath ObjectServerDescriptor ObjectNetworkSecurity ObjectServerCategories Object

Remarks

For remarks, see DAItemDialog and OpcLabs.EasyOpc.DataAccess.Forms.Browsing.ComTypes._DAItemDialog in .NET Reference.

Object creation

_DAItemDialogPtr DAItemDialogPtr(__uuidof(DAItemDialog));
DAItemDialog := CoDAItemDialog.Create;
var DAItemDialog = new ActiveXObject("OpcLabs.EasyOpc.DataAccess.Forms.Browsing.DAItemDialog");
DAItemDialog := CoDAItemDialog.Create;
$DAItemDialog = Win32::OLE->new("OpcLabs.EasyOpc.DataAccess.Forms.Browsing.DAItemDialog");
$DAItemDialog = new COM("OpcLabs.EasyOpc.DataAccess.Forms.Browsing.DAItemDialog");
OLEObject DAItemDialog
DAItemDialog = CREATE OLEObject
DAItemDialog.ConnectToNewObject("OpcLabs.EasyOpc.DataAccess.Forms.Browsing.DAItemDialog")
DAItemDialog = win32com.client.Dispatch('OpcLabs.EasyOpc.DataAccess.Forms.Browsing.DAItemDialog')
Dim DAItemDialog As New OleObject ("OpcLabs.EasyOpc.DataAccess.Forms.Browsing.DAItemDialog")
Dim DAItemDialog As New DAItemDialog
DAItemDialog = CREATEOBJECT("OpcLabs.EasyOpc.DataAccess.Forms.Browsing.DAItemDialog")
Dim DAItemDialog As New DAItemDialog
Dim DAItemDialog: Set DAItemDialog = CreateObject("OpcLabs.EasyOpc.DataAccess.Forms.Browsing.DAItemDialog")
DAItemDialog := CreateObject("OpcLabs.EasyOpc.DataAccess.Forms.Browsing.DAItemDialog")
Interfaces
InterfaceDescription
Internal.

 

IID (Interface ID): 3dba1256-f61e-4a70-b54c-6b5d37aab4dd

 

For more information, see _FormCommonDialog in .NET Reference.

 
Internal.

 

IID (Interface ID): 2d1a7708-b1e5-41a5-963f-8e7afbcc6e86

 

For more information, see _SizableCommonDialog in .NET Reference.

A dialog for OPC-DA.

 

IID (Interface ID): 24225cea-40ad-4eea-9e6d-d81edd410bdb

 

For more information, see _DADialog in .NET Reference.

 

IID (Interface ID): b86e59f2-f1e2-389d-b5f1-c55307c8106e

 

For more information, see IComponent in .NET Reference.

 

IID (Interface ID): 805d7a98-d4af-3f0f-967f-e5cf45312d2c

 

For more information, see IDisposable in .NET Reference.

Example

For examples, see DAItemDialog in .NET Reference.

See Also

DAItemDialog Members