RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAggregate.InUse Property

Indicates whether the aggregate value is currently available.

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

Read InUse to determine whether the Value method returns a summarized value. When InUse is false, Value returns Null. When InUse is true, the aggregate is maintained so that it calculates the formula specified by Expression for the current set of records, including any edits to records in the current group. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!