Global Address Object:Input Methods: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
==Input Methods== | ==Input Methods== | ||
<h3 style="background-color:rgb(240,240,240);">SetInputParameter</h3> | <h3 style="background-color:rgb(240,240,240);">SetInputParameter</h3> | ||
:This function | :This function allows you to set the input value for a particular address input parameter. | ||
:;Format:<code>mdGlobalAddr.SetInputParameter(“inputParameter”,”value”)</code> | |||
:;Example:<code>mdGlobalAddr.SetInputParameter(“AddressLine1”,”123 Main St”)</code> | |||
:For a list of all input parameters, see [[Global Address Object:Input Parameters|Input Parameters]]. | |||
[[Category:Global Address Object]] | [[Category:Global Address Object]] | ||
[[Category:Reference]] | [[Category:Reference]] |
Latest revision as of 21:03, 19 October 2018
← Global Address Object Reference
Global Address Object Navigation | |||||
---|---|---|---|---|---|
| |||||
| |||||
| |||||
| |||||
|
Input Methods
SetInputParameter
- This function allows you to set the input value for a particular address input parameter.
- Format
mdGlobalAddr.SetInputParameter(“inputParameter”,”value”)
- Example
mdGlobalAddr.SetInputParameter(“AddressLine1”,”123 Main St”)
- For a list of all input parameters, see Input Parameters.