Intersoft WebInput Documentation
DTNameCollection Constructor(Int32)
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > DTNameCollection Class > DTNameCollection Constructor : DTNameCollection Constructor(Int32)






maxLength

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal maxLength As System.Integer _
)
Visual Basic (Usage)Copy Code
Dim maxLength As System.Integer
 
Dim instance As New DTNameCollection(maxLength)
C# 
public DTNameCollection( 
   System.int maxLength
)
Delphi 
public DTNameCollection( 
    maxLength: System.Integer
); 
JScript 
public function DTNameCollection( 
   maxLength : System.int
);
Managed Extensions for C++ 
public: DTNameCollection( 
   System.int maxLength
)
C++/CLI 
public:
DTNameCollection( 
   System.int maxLength
)

Parameters

maxLength

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2013 Intersoft Solutions Corp. All Rights Reserved.