RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAggregate.Visible Property

Indicates whether controls should display the aggregated value.

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

Set Visible to indicate to controls that the aggregate value should be hidden. When Visible is false, its value is still calculated. 

To prevent the aggregate from being calculated, use the Active property instead. 

 

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