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






values
Multiple values separated by the character specified in SeparatorChar property.Multiple values separated by the character specified in SeparatorChar property.
Populate the appropriate texts of the specified multiple values into a collection of WebComboValueItem objects. Populate the appropriate texts of the specified multiple values into a collection of WebComboValueItem objects.

Syntax

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

Parameters

values
Multiple values separated by the character specified in SeparatorChar property.Multiple values separated by the character specified in SeparatorChar property.

Return Value

ArrayList.

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.