Selerix Developer Tools
Item Property (FormCollection)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > FormCollection Class : Item Property
Gets the Form with the specified form ID.
Syntax
'Declaration
 
Public Shadows ReadOnly Default Property Item( _
   ByVal formID As String _
) As Form
'Usage
 
Dim instance As FormCollection
Dim formID As String
Dim value As Form
 
value = instance.Item(formID)
public new Form this[ 
   string formID
]; {get;}
public  this: : Form;[ 
    formID: String
]; read-only
public hide  this[ 
   formID : String
] get : Form
public: __property new Form* get_Item   string* formID
;
public:
new property Form^ default [String^] {
   Form^ get(String^ formID);
}

Parameters

formID

Property Value

Form ID.
See Also

Reference

FormCollection Class
FormCollection Members