EasyUA Reference
AddLink(NodeId,Object,String,DataBindFormat) Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > UaDataBind Class > AddLink Method : AddLink(NodeId,Object,String,DataBindFormat) Method

itemID
Fully qualified item ID
updControl
Object to be bound to
property
Name of the property to be bound to.
fmt
Object with format information

Glossary Item Box

Create DataBind link to the named property in any class.
DataBind.ApplyChanges() must be called for the added links to be activated in the server. This is to increase performance by activating multple links with a single server access.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As UaDataBind
Dim itemID As NodeId
Dim updControl As Object
Dim property As String
Dim fmt As DataBindFormat
Dim value As DBLink
 
value = instance.AddLink(itemID, updControl, property, fmt)

Parameters

itemID
Fully qualified item ID
updControl
Object to be bound to
property
Name of the property to be bound to.
fmt
Object with format information

Return Value

HRESULT success/error code

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.