RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCubeDims.IsDirty Property

Indicates that the fields that correspond to the TCubeDim objects in the Items array have changed.

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

Read IsDirty to determine whether the information cached by the decision cube is valid. When any of the properties of the TCubeDim objects in the Items array change, IsDirty becomes true. When the value of IsDirty is read, IsDirty is reset to false. 

 

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