template::util::currency::get_property (public)
template::util::currency::get_property what currency_list
Defined in packages/acs-templating/tcl/currency-procs.tcl
Return a property of a currency list which was created by a currency widget. The most useful properties that can be returned are sql_number (compatible with SQL's NUMERIC type, historically called NUMBER by Oracle) and display_currency, which takes the value and formats properly.
- Parameters:
- what (required)
- The name of the property (see code for allowed values)
- currency_list (required)
- a currency widget list, usually created with ad_form
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.