API:Data.DB.TAggregateField.Visible

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TAggregateField

Delphi

property Visible default False;

C++

__property Visible = {default=0};

Description

Determines whether the field appears in a data grid.

Data.DB.TAggregateField.Visible inherits from Data.DB.TField.Visible. All content below this line refers to Data.DB.TField.Visible.

Determines whether the field appears in a data grid.

To hide a field in a data grid, set Visible to False. If Visible is True, the field appears in the grid.

Note: The Visible property has no effect if the grid has an explicit Columns value for the field. It also has no effect on controls other than TDBGrid, such as TDBEdit.

See Also