Datasnap.DBClient.TAggregate.Visible

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Unit: Datasnap.DBClient
Parent: TAggregate

Delphi

property Visible: Boolean read FVisible write FVisible default True;

C++

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

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