Class tfixcol

Unit

Declaration

type tfixcol = class(tcol)

Description

No description available, ancestor tcol description follows
No description available, ancestor tgridprop description follows
No description available, ancestor tindexpersistent description follows
No description available, ancestor townedeventpersistent description follows
No description available, ancestor tlinkedpersistent description follows
No description available, ancestor tnullinterfacedpersistent description follows
No description available, ancestor tvirtualpersistent description follows

Hierarchy

Overview

Fields

Protected ftextinfo: drawtextinfoty;

Methods

Protected procedure setoptions(const Value: coloptionsty); override;
Protected procedure drawcell(const canvas: tcanvas); override;
Protected procedure moverow(const fromindex,toindex: integer; const count: integer = 1); override;
Protected procedure insertrow(const aindex: integer; const count: integer = 1); override;
Protected procedure deleterow(const aindex: integer; const count: integer = 1); override;
Protected procedure paint(var info: colpaintinfoty); override;
Protected procedure rearange(const list: integerarty); override;
Public constructor create(const agrid: tcustomgrid; const aowner: tgridarrayprop); override;
Public destructor destroy; override;

Properties

Public property visible: boolean read getvisible write setvisible;
Published property linewidth;
Published property linecolor default defaultfixlinecolor;
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: tmsestringdatalist read getcaptions write setcaptions stored iscaptionsstored;
Published property color default cl_parent;
Published property options: fixcoloptionsty read foptionsfix write setoptionsfix default defaultfixcoloptions;
Published property font;

Description

Fields

Protected ftextinfo: drawtextinfoty;
 

Methods

Protected procedure setoptions(const Value: coloptionsty); override;
 
Protected procedure drawcell(const canvas: tcanvas); override;
 
Protected procedure moverow(const fromindex,toindex: integer; const count: integer = 1); override;
 
Protected procedure insertrow(const aindex: integer; const count: integer = 1); override;
 
Protected procedure deleterow(const aindex: integer; const count: integer = 1); override;
 
Protected procedure paint(var info: colpaintinfoty); override;
 
Protected procedure rearange(const list: integerarty); override;
 
Public constructor create(const agrid: tcustomgrid; const aowner: tgridarrayprop); override;
 
Public destructor destroy; override;
 

Properties

Public property visible: boolean read getvisible write setvisible;
 
Published property linewidth;
 
Published property linecolor default defaultfixlinecolor;
 
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: tmsestringdatalist read getcaptions write setcaptions stored iscaptionsstored;
 
Published property color default cl_parent;
 
Published property options: fixcoloptionsty read foptionsfix write setoptionsfix default defaultfixcoloptions;
 
Published property font;
 

Generated by PasDoc 0.16.0.