Class tfixcol

Unit

Declaration

type tfixcol = class(tcol)

Description

This item has no description.

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;

This item has no description.

Methods

Protected procedure setoptions(const Value: coloptionsty); override;

This item has no description.

Protected procedure drawcell(const canvas: tcanvas); override;

This item has no description.

Protected procedure moverow(const fromindex,toindex: integer; const count: integer = 1); override;

This item has no description.

Protected procedure insertrow(const aindex: integer; const count: integer = 1); override;

This item has no description.

Protected procedure deleterow(const aindex: integer; const count: integer = 1); override;

This item has no description.

Protected procedure paint(var info: colpaintinfoty); override;

This item has no description.

Protected procedure rearange(const list: integerarty); override;

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.

Properties

Public property visible: boolean read getvisible write setvisible;

This item has no description.

Published property linewidth;

This item has no description.

Published property linecolor default defaultfixlinecolor;

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: tmsestringdatalist read getcaptions write setcaptions stored iscaptionsstored;

This item has no description.

Published property color default cl_parent;

This item has no description.

Published property options: fixcoloptionsty read foptionsfix write setoptionsfix default defaultfixcoloptions;

This item has no description.

Published property font;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.