Difference between revisions of "CARenderingStyle::UndefValue"
(Created page with "<< Back to CARenderingStyle = property variant UndefValue = This property specifies the value returned when the Analytica value is Undefined. By de...") |
(Marked this version for translation) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[ | + | [[Category:ADE User Guide]] |
− | + | [[ADE User Guide]] > [[ADE Server Class Reference]] > [[CARenderingStyle]] | |
− | = property variant UndefValue = | + | <languages /> |
+ | <translate> | ||
+ | = property variant UndefValue = <!--T:1--> | ||
+ | <!--T:2--> | ||
This property specifies the value returned when the Analytica value is [[Undefined]]. | This property specifies the value returned when the Analytica value is [[Undefined]]. | ||
By default, ADE returns the special value variant Empty — for example, when [[CAObject::GetAttribute|GetAttribute]] is applied to an | By default, ADE returns the special value variant Empty — for example, when [[CAObject::GetAttribute|GetAttribute]] is applied to an | ||
Line 9: | Line 12: | ||
In this case, you can set '''UndefValue''' to something more convenient, such as Null or the empty string. | In this case, you can set '''UndefValue''' to something more convenient, such as Null or the empty string. | ||
− | == Data type == | + | == Data type == <!--T:3--> |
+ | <!--T:4--> | ||
variant | variant | ||
− | == Access == | + | == Access == <!--T:5--> |
+ | <!--T:6--> | ||
read/write | read/write | ||
− | = Usage = | + | = Usage = <!--T:7--> |
− | ade.[[CAEngine::DefaultRenderingStyle|DefaultRenderingStyle]].[[CARenderingStyle::UndefValue|UndefValue] = Null; | + | <!--T:8--> |
+ | ade.[[CAEngine::DefaultRenderingStyle|DefaultRenderingStyle]].[[CARenderingStyle::UndefValue|UndefValue] = Null; | ||
− | = See Also = | + | = See Also = <!--T:9--> |
+ | </translate> |
Latest revision as of 01:25, 16 June 2015
ADE User Guide > ADE Server Class Reference > CARenderingStyle
property variant UndefValue
This property specifies the value returned when the Analytica value is Undefined. By default, ADE returns the special value variant Empty — for example, when GetAttribute is applied to an attribute that was not set. Some scripting languages cannot manipulate the value Empty. In this case, you can set UndefValue to something more convenient, such as Null or the empty string.
Data type
variant
Access
read/write
Usage
ade.DefaultRenderingStyle.[[CARenderingStyle::UndefValue|UndefValue] = Null;
See Also
Comments
Enable comment auto-refresher