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

TGridColumns

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

TGridColumns - the group of columns in the grid

Declaration

Source position: grids.pas line 504

type TGridColumns = class(TCollection)

protected

  procedure Update(); override;

  

  procedure TitleFontChanged;

  

  procedure FontChanged;

  

  procedure RemoveColumn();

  

  procedure MoveColumn(); virtual;

  

  procedure ExchangeColumn();

  

  procedure InsertColumn();

  

public

  constructor Create();

  

  function Add;

  

  procedure Clear;

  

  function RealIndex();

  

  function IndexOf();

  

  function IsDefault;

  

  function HasIndex();

  

  function VisibleIndex();

  

  property Grid: TCustomGrid; [r]

  

  property Items: TGridColumn; default; [rw]

  

  property VisibleCount: Integer; [r]

  

  property Enabled: Boolean; [r]

  

end;

Inheritance

TGridColumns

  

TGridColumns - the group of columns in the grid

|

TCollection

|

TObject

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