[Overview][Classes][Procedures and functions][Index] Reference for unit 'fpg_grid' (#fpgui)

TfpgStringGrid

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

Declaration

Source position: fpg_grid.pas line 125

type TfpgStringGrid = class(TfpgCustomStringGrid)

public

  property Font;

published

  property Align;

  property AlternateBGColor;

  property BackgroundColor;

  property BorderStyle;

  property ColumnCount;

  property Columns;

  property ColumnWidth;

  property DefaultColWidth;

  property DefaultRowHeight;

  property Enabled;

  property FocusCol;

  property FocusRow;

  property FontDesc;

  property HeaderFontDesc;

  property HeaderHeight;

  property HeaderStyle;

  property Hint;

  property Options;

  property ParentShowHint;

  property PopupMenu;

  property RowCount;

  property RowSelect;

  property ScrollBarStyle;

  property ShowGrid;

  

Enable or disable grid line painting

  property ShowHeader;

  property ShowHint;

  property TabOrder;

  property TopRow;

  property VisibleRows;

  property OnCanSelectCell;

  property OnClick;

  property OnDoubleClick;

  property OnDrawCell;

  

This event allows you to do custom painting of grid cells

  property OnFocusChange;

  property OnKeyPress;

  property OnMouseDown;

  property OnMouseEnter;

  property OnMouseExit;

  property OnMouseMove;

  property OnMouseUp;

  property OnRowChange;

  property OnShowHint;

end;

Inheritance

TfpgStringGrid

|

TfpgCustomStringGrid

|

TfpgCustomGrid

|

TfpgBaseGrid

|

TfpgWidget

  

This forms the basis of any visual widget in fpGUI

|

TfpgWindow

  

Encapsulates a top level or child window

|

TfpgWindowImpl

  

Maps to a backend specific base class

|

TfpgX11Window

  

Implements XLib specific windowing functionality

|

TfpgWindowBase

  

Abstract class use for representing a Window or Widget

|

TfpgComponent

  

A descendant of the FPC TComponent class

|

TComponent

?

TObject


Documentation generated on: 2013-04-29