![]() |
![]() |
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| DelevopersTexas ATL COM APIElement |
HRESULT Element( [in] BSTR ElementLabel, [out, retval] ITVariable** pVal );
| ElementLabel | The name of the element. |
| pVal | A pointer to a string object to contain the value. |
TComAPI.CTVariable parameter = new TComAPI.CTVariableClass();
parameter.get_Element("UserName").AString = Request.QueryString["UserName"];
Label1.Text = parameter.get_Element("UserName").AString;
Copyright © 2007, Ekky Software Pty Ltd.