Framework:MeasureSelectAvailable: Difference between revisions
From CoPlanner 11
Jump to navigationJump to search
Created page with "==Function== MeasureSelectAvailable(<Boolean>); {| cellspacing="1" cellpadding="3" width={{{breite|80%}}} border="1" |- | style=background-color:#f6f..." |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
==[[Framework:Functions|Function]]== | ==[[Framework:Functions|Function]]== | ||
MeasureSelectAvailable(<Boolean>); | <span {{CoPFormel}}>MeasureSelectAvailable(<Boolean>);</span> | ||
{| class="wikitable" width="80%" | |||
{| | |-{{Tabellentitel}} | ||
|- | | Parameter | ||
| | | Description | ||
| | |||
|- | |- | ||
|Boolean | |Boolean | ||
|Gets or sets a value indicating whether the "Select measure Dialog" is available. | |Gets or sets a value indicating whether the "Select measure Dialog" is available. | ||
|} | |} | ||
This function belongs to [[:Category:Functions_-_client-side|client-side functions]]. | |||
==Result== | ==Result== | ||
| Line 17: | Line 17: | ||
==Example== | ==Example== | ||
MeasureSelectAvailable(false); | <span {{CoPFormel}}>MeasureSelectAvailable(false);</span> | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
[[Category:Functions|MeasureSelectAvailable]] | |||
[[Category:Functions - client-side|MeasureSelectAvailable]] | [[Category:Functions - client-side|MeasureSelectAvailable]] | ||
[[de:Framework:MeasureSelectAvailable]] | [[de:Framework:MeasureSelectAvailable]] | ||
Latest revision as of 08:48, 24 May 2012
Function
MeasureSelectAvailable(<Boolean>);
| Parameter | Description |
| Boolean | Gets or sets a value indicating whether the "Select measure Dialog" is available. |
This function belongs to client-side functions.
Result
Defines whether the "Select measure Dialog" is available
Example
MeasureSelectAvailable(false);