[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'db' (#fcl)

TField.Visible

Should the field be shown in grids

Declaration

Source position: db.pas line 437

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

The latest version of this document can be found at lazarus-ccr.sourceforge.net.