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

 

ProgId: OpcLabs.EasyOpc.DataAccess.Forms.Browsing.DAPropertyDialog
CLSID (Class ID): af3a7d04-c2cb-4bcf-97da-11aafc09b004
Default interface: OpcLabs.EasyOpc.DataAccess.Forms.Browsing.ComTypes._DAPropertyDialog
Event source interface:

 

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

Object Model

DAPropertyDialog ObjectEasyDAClientSelector ObjectEasyDAInstanceParameters ObjectEasyDAAdaptableParameters ObjectDANodeDescriptor ObjectBrowsePath ObjectDANodeDescriptor ObjectDANodeDescriptor ObjectDANodeDescriptor ObjectDAPropertyDescriptor ObjectDAPropertyId ObjectXmlQualifiedName2 ObjectDAPropertyElement ObjectVarType ObjectDAPropertyId ObjectXmlQualifiedName2 ObjectServerDescriptor ObjectNetworkSecurity ObjectServerCategories Object

Remarks

For remarks, see DAPropertyDialog and OpcLabs.EasyOpc.DataAccess.Forms.Browsing.ComTypes._DAPropertyDialog in .NET Reference.

Object creation

_DAPropertyDialogPtr DAPropertyDialogPtr(__uuidof(DAPropertyDialog));
DAPropertyDialog := CoDAPropertyDialog.Create;
var DAPropertyDialog = new ActiveXObject("OpcLabs.EasyOpc.DataAccess.Forms.Browsing.DAPropertyDialog");
DAPropertyDialog := CoDAPropertyDialog.Create;
$DAPropertyDialog = Win32::OLE->new("OpcLabs.EasyOpc.DataAccess.Forms.Browsing.DAPropertyDialog");
$DAPropertyDialog = new COM("OpcLabs.EasyOpc.DataAccess.Forms.Browsing.DAPropertyDialog");
OLEObject DAPropertyDialog
DAPropertyDialog = CREATE OLEObject
DAPropertyDialog.ConnectToNewObject("OpcLabs.EasyOpc.DataAccess.Forms.Browsing.DAPropertyDialog")
DAPropertyDialog = win32com.client.Dispatch('OpcLabs.EasyOpc.DataAccess.Forms.Browsing.DAPropertyDialog')
Dim DAPropertyDialog As New OleObject ("OpcLabs.EasyOpc.DataAccess.Forms.Browsing.DAPropertyDialog")
Dim DAPropertyDialog As New DAPropertyDialog
DAPropertyDialog = CREATEOBJECT("OpcLabs.EasyOpc.DataAccess.Forms.Browsing.DAPropertyDialog")
Dim DAPropertyDialog As New DAPropertyDialog
Dim DAPropertyDialog: Set DAPropertyDialog = CreateObject("OpcLabs.EasyOpc.DataAccess.Forms.Browsing.DAPropertyDialog")
DAPropertyDialog := CreateObject("OpcLabs.EasyOpc.DataAccess.Forms.Browsing.DAPropertyDialog")
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 DAPropertyDialog in .NET Reference.

See Also

DAPropertyDialog Members