Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TField.Visible

Should the field be shown in grids.

Declaration

Source position: db.pas line 489

published property TField.Visible : Boolean
  read FVisible
  write SetVisible
  default True;

Description

Visible can be used to hide fields from a grid when displaying data to the user. Invisible fields will by default not be shown in the grid.

See also

TField.ReadOnly

  

Is the field read-only.

TField.Required

  

Does the field require a value.


Documentation generated on: Jul 24 2023