Intersoft WebInput Documentation
SetToExistingArray Method
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > DTNameCollection Class : SetToExistingArray Method






names

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overridable Sub SetToExistingArray( _
   ByVal names() As System.String _
) 
Visual Basic (Usage)Copy Code
Dim instance As DTNameCollection
Dim names() As System.String
 
instance.SetToExistingArray(names)
C# 
public virtual void SetToExistingArray( 
   System.string[] names
)
Delphi 
public procedure SetToExistingArray( 
    names: System.Stringarray of
); virtual; 
JScript 
public function SetToExistingArray( 
   names : System.String[]
);
Managed Extensions for C++ 
public: virtual void SetToExistingArray( 
   System.string*[]* names
) 
C++/CLI 
public:
virtual void SetToExistingArray( 
   System.array<String^>^ names
) 

Parameters

names

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.