Datasnap.DBClient.TAggregate.Visible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Visible: Boolean read FVisible write FVisible default True;

C++

__property bool Visible = {read=FVisible, write=FVisible, default=1};

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TAggregate

Description

Indicates whether controls should display the aggregated value.

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.

See Also