Difference between revisions of "CARenderingStyle::UndefValue"
(Marked this version for translation) |
|||
Line 3: | Line 3: | ||
<languages /> | <languages /> | ||
<translate> | <translate> | ||
− | = property variant UndefValue = | + | = 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 11: | 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> | </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