Intersoft ClientUI Documentation
GetDynamicValue Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > BindingSourceEvaluator<T> Class : GetDynamicValue Method






source
The object used as a source for the evaluation.
Evaluates the specified source.

Syntax

Visual Basic (Declaration) 
Public Function GetDynamicValue( _
   ByVal source As Object _
) As T
Visual Basic (Usage)Copy Code
Dim instance As BindingSourceEvaluator(Of T)
Dim source As Object
Dim value As T
 
value = instance.GetDynamicValue(source)
C# 
public T GetDynamicValue( 
   object source
)
Delphi 
public function GetDynamicValue( 
    source: TObject
): T; 
JScript 
public function GetDynamicValue( 
   source : Object
) : T;
Managed Extensions for C++ 
public: T* GetDynamicValue( 
   Object* source
) 
C++/CLI 
public:
T^ GetDynamicValue( 
   Object^ source
) 

Parameters

source
The object used as a source for the evaluation.

Return Value

The evaluated binding.

Remarks

Only uses Path, Converter, ConverterCulture and ConverterParameter.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.