RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCubeDim.Loaded Property

Indicates whether the dimension item is currently cached by the decision cube.

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

Read Loaded to determine whether the dimension item is currently available through the decision cube. When the ActiveFlag property is diActive, Loaded is always true. When the value of ActiveFlag is diInactive, Loaded is always false. When the value of ActiveFlag is diAsNeeded, use Loaded to determine whether the decision cube has cached the dimension item so that it is available to a decision source. 

When Loaded is true, the dimension item consumes memory. When Loaded is false, the dimension item is unavailable. 

 

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