Data.DB.TAggregateField.Visible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Visible: Boolean read FVisible write SetVisible default 0;

C++

__property Visible = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Data.DB.pas
Data.DB.hpp
Data.DB TAggregateField

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