MidItems.TQueryTextArea.ParamName
Delphi
property ParamName;
C++
__property ParamName;Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | MidItems.pas MidItems.hpp |
MidItems | TQueryTextArea |
Description
Specifies the name of the parameter whose value the generated control represents.
MidItems.TQueryTextArea.ParamName inherits from MidItems.TWebDataInput.ParamName. All content below this line refers to MidItems.TWebDataInput.ParamName.
Specifies the name of the parameter whose value the generated control represents.
Use ParamName to bind the Web data input component to a parameter in the XML data packet or supply an application-specific name to the value for this control. ParamName is only used when the IsQueryField method returns true. By default, the controls in a query form represent parameter values. However, they can be used to represent any named value.
If ParamName identifies one of the parameters of an XML broker, the XML broker property of the parent Web item identifies the broker that uses the parameter.