[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TGridColumns - the group of columns in the grid
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; |
|
TGridColumns - the group of columns in the grid |
|
| | ||
| | ||
TObject |
lazarus-ccr.sourceforge.net |