![]() |
![]() |
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| DelevopersTexas ATL COM APIIndex |
HRESULT Index( [in] LONG ElementIndex, [out, retval] ITVariable** pVal );
| ElementIndex | The index of the element. |
| pVal | A pointer to a string object to contain the value. |
TComAPI.CTVariable parameter = new TComAPI.CTVariableClass(); parameter.get_Index(0).AString = Request.QueryString["FirstName"]; parameter.get_Index(1).AString = Request.QueryString["SecondName"]; parameter.get_Index(2).AString = Request.QueryString["ThirdName"]; Label1.Text = parameter.ToString(0);
Copyright © 2007, Ekky Software Pty Ltd.