Intersoft WebCombo Documentation
WebComboColumn Constructor(String)
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > WebComboColumn Class > WebComboColumn Constructor : WebComboColumn Constructor(String)






FieldName
Initializes a new instance of the WebComboColumn class with FieldName. Creates column object with BaseFieldName.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal FieldName As String _
)
Visual Basic (Usage)Copy Code
Dim FieldName As String
 
Dim instance As New WebComboColumn(FieldName)
C# 
public WebComboColumn( 
   string FieldName
)
Delphi 
public WebComboColumn( 
    FieldName: String
); 
JScript 
public function WebComboColumn( 
   FieldName : String
);
Managed Extensions for C++ 
public: WebComboColumn( 
   string* FieldName
)
C++/CLI 
public:
WebComboColumn( 
   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.