Intersoft WebCombo Documentation
GetByFieldName Method
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > Columns Class : GetByFieldName Method






fieldName

Syntax

Visual Basic (Declaration) 
Public Function GetByFieldName( _
   ByVal fieldName As String _
) As WebComboColumn
Visual Basic (Usage)Copy Code
Dim instance As Columns
Dim fieldName As String
Dim value As WebComboColumn
 
value = instance.GetByFieldName(fieldName)
C# 
public WebComboColumn GetByFieldName( 
   string fieldName
)
Delphi 
public function GetByFieldName( 
    fieldName: String
): WebComboColumn; 
JScript 
public function GetByFieldName( 
   fieldName : String
) : WebComboColumn;
Managed Extensions for C++ 
public: WebComboColumn* GetByFieldName( 
   string* fieldName
) 
C++/CLI 
public:
WebComboColumn^ GetByFieldName( 
   String^ fieldName
) 

Parameters

fieldName

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 Intersoft Solutions Corp. All Rights Reserved.