[Overview][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
| | ||
| | ||
| | ||
| | ||
|
This forms the basis of any visual widget in fpGUI |
|
| | ||
|
Encapsulates a top level or child window |
|
| | ||
|
Maps to a backend specific base class |
|
| | ||
|
Implements XLib specific windowing functionality |
|
| | ||
|
Abstract class use for representing a Window or Widget |
|
| | ||
|
A descendant of the FPC TComponent class |
|
| | ||
TComponent |
||
? | ||
TObject |