RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDecisionCube.Active Property

Specifies whether the decision cube can provide data.

Pascal
property Active: Boolean;
C++
__property Boolean Active;

Read Active to determine whether the decision cube is ready to provide data to a decision control. Set Active to true to cause the decision cube to fetch and analyze data from the dataset specified in the DataSet property. 

When Active is false, the decision cube is closed and the decision source cannot read data from the decision cube. When Active is true, data can be read from the decision cube.

Note: The Active property cannot be set to true unless the dataset specified by the DataSet property is already active.
 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!