![]() |
![]() |
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| DelevopersTexas ATL COM APILabel |
HRESULT Label( [out, retval] BSTR* pVal ); HRESULT Label( [in] BSTR newVal );
| pVal | A pointer to a string object to contain the name. |
| newVal | The new label name |
TComAPI.CTVariable parameter = new TComAPI.CTVariableClass();
parameter.get_Element("UserName").AString = Request.QueryString["UserName"];
Label1.Text = parameter.get_Index(0).Label;//returns "UserName"
Copyright © 2007, Ekky Software Pty Ltd.