Class tfixrow

Unit

Declaration

type tfixrow = class(tgridprop)

Description

This item has no description.

Hierarchy

Overview

Fields

Protected ftextinfo: drawtextinfoty;

Methods

Protected procedure datacolscountchanged(const acount: integer);
Protected procedure fixcolscountchanged(const acount: integer);
Protected procedure invalidatemaxsize(const acol: int32);
Protected procedure cellchanged(const acol: integer); virtual;
Protected procedure changed; override;
Protected procedure updatelayout; override;
Protected procedure updatemergedcells;
Protected function step(getscrollable: boolean = true): integer; override;
Protected procedure paint(const info: rowpaintinfoty); virtual;
Protected procedure updateautocellsize();
Protected procedure drawcell(const canvas: tcanvas);
Protected procedure movecol(const curindex,newindex: integer; const aisfix: boolean);
Protected procedure reorderdatacols(const neworder: integerarty);
Protected procedure orderdatacols(const oldorder: integerarty);
Protected procedure buttoncellevent(var info: celleventinfoty);
Public constructor create(const agrid: tcustomgrid; const aowner: tgridarrayprop); override;
Public destructor destroy; override;
Public procedure synctofontheight;

Properties

Public property rowindex: integer read getrowindex;
Public property visible: boolean read getvisible write setvisible;
Published property height: integer read fheight write setheight;
Published property textflags: textflagsty read ftextinfo.flags write settextflags default defaultfixcoltextflags;
Published property numstart: integer read fnumstart write setnumstart default 0;
Published property numstep: integer read fnumstep write setnumstep default 0;
Published property captions: tdatacolheaders read fcaptions write setcaptions;
Published property captionsfix: tfixcolheaders read fcaptionsfix write setcaptionsfix;
Published property font;
Published property linecolor default defaultfixlinecolor;
Published property options: fixrowoptionsty read foptionsfix write setoptionsfix default [];
Published property onbeforedrawcell: beforefixdrawcelleventty read fonbeforedrawcell write fonbeforedrawcell;
Published property onafterdrawcell: drawfixcelleventty read fonafterdrawcell write fonafterdrawcell;

Description

Fields

Protected ftextinfo: drawtextinfoty;

This item has no description.

Methods

Protected procedure datacolscountchanged(const acount: integer);

This item has no description.

Protected procedure fixcolscountchanged(const acount: integer);

This item has no description.

Protected procedure invalidatemaxsize(const acol: int32);

This item has no description.

Protected procedure cellchanged(const acol: integer); virtual;

This item has no description.

Protected procedure changed; override;

This item has no description.

Protected procedure updatelayout; override;

This item has no description.

Protected procedure updatemergedcells;

This item has no description.

Protected function step(getscrollable: boolean = true): integer; override;

This item has no description.

Protected procedure paint(const info: rowpaintinfoty); virtual;

This item has no description.

Protected procedure updateautocellsize();

This item has no description.

Protected procedure drawcell(const canvas: tcanvas);

This item has no description.

Protected procedure movecol(const curindex,newindex: integer; const aisfix: boolean);

This item has no description.

Protected procedure reorderdatacols(const neworder: integerarty);

This item has no description.

Protected procedure orderdatacols(const oldorder: integerarty);

This item has no description.

Protected procedure buttoncellevent(var info: celleventinfoty);

This item has no description.

Public constructor create(const agrid: tcustomgrid; const aowner: tgridarrayprop); override;

This item has no description.

Public destructor destroy; override;

This item has no description.

Public procedure synctofontheight;

This item has no description.

Properties

Public property rowindex: integer read getrowindex;

This item has no description.

Public property visible: boolean read getvisible write setvisible;

This item has no description.

Published property height: integer read fheight write setheight;

This item has no description.

Published property textflags: textflagsty read ftextinfo.flags write settextflags default defaultfixcoltextflags;

This item has no description.

Published property numstart: integer read fnumstart write setnumstart default 0;

This item has no description.

Published property numstep: integer read fnumstep write setnumstep default 0;

This item has no description.

Published property captions: tdatacolheaders read fcaptions write setcaptions;

This item has no description.

Published property captionsfix: tfixcolheaders read fcaptionsfix write setcaptionsfix;

This item has no description.

Published property font;

This item has no description.

Published property linecolor default defaultfixlinecolor;

This item has no description.

Published property options: fixrowoptionsty read foptionsfix write setoptionsfix default [];

This item has no description.

Published property onbeforedrawcell: beforefixdrawcelleventty read fonbeforedrawcell write fonbeforedrawcell;

This item has no description.

Published property onafterdrawcell: drawfixcelleventty read fonafterdrawcell write fonafterdrawcell;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.