Class tfixrows

Unit

Declaration

type tfixrows = class(tgridarrayprop)

Description

No description available, ancestor tgridarrayprop description follows
No description available, ancestor tindexpersistentarrayprop description follows
No description available, ancestor townedpersistentarrayprop description follows
No description available, ancestor tpersistentarrayprop description follows
No description available, ancestor tarrayprop description follows

Hierarchy

Overview

Methods

Protected function getclientsize: integer; override;
Protected procedure updatelayout; override;
Protected procedure updatemergedcells;
Protected function rowatpos(const y: integer): integer;
Protected procedure paint(const info: rowspaintinfoty);
Protected procedure movecol(const curindex,newindex: integer; const isfix: boolean);
Protected procedure datacolscountchanged;
Protected procedure fixcolscountchanged;
Protected procedure reorderdatacols(const neworder: integerarty);
Protected procedure orderdatacols(const oldorder: integerarty);
Protected procedure dofontheightdelta(var delta: integer);
Public constructor create(aowner: tcustomgrid);
Public class function getitemclasstype: persistentclassty; override;
Public procedure synctofontheight;

Properties

Public property rows[constindex:integer]: tfixrow read getrows write setrows;
Published property oppositecount;
Published property linewidth;
Published property linecolor default defaultfixlinecolor;
Published property linecolorfix default defaultfixlinecolor;

Description

Methods

Protected function getclientsize: integer; override;
 
Protected procedure updatelayout; override;
 
Protected procedure updatemergedcells;
 
Protected function rowatpos(const y: integer): integer;
 
Protected procedure paint(const info: rowspaintinfoty);
 
Protected procedure movecol(const curindex,newindex: integer; const isfix: boolean);
 
Protected procedure datacolscountchanged;
 
Protected procedure fixcolscountchanged;
 
Protected procedure reorderdatacols(const neworder: integerarty);
 
Protected procedure orderdatacols(const oldorder: integerarty);
 
Protected procedure dofontheightdelta(var delta: integer);
 
Public constructor create(aowner: tcustomgrid);
 
Public class function getitemclasstype: persistentclassty; override;
 
Public procedure synctofontheight;
 

Properties

Public property rows[constindex:integer]: tfixrow read getrows write setrows;
 
Published property oppositecount;
 
Published property linewidth;
 
Published property linecolor default defaultfixlinecolor;
 
Published property linecolorfix default defaultfixlinecolor;
 

Generated by PasDoc 0.16.0.