Class ttxdatagrid

Unit

Declaration

type ttxdatagrid = class(tactcomponent)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected procedure setselected(const cell: gridcoordty; const avalue: boolean);
Public constructor create(aowner: tcomponent); override;
Public destructor destroy; override;
Public procedure beginupdate;
Public procedure endupdate;
Public procedure clear;
Public procedure moverow(const curindex,newindex: integer; const count: integer = 1);
Public procedure insertrow(index: integer; count: integer = 1);
Public procedure deleterow(index: integer; count: integer = 1);

Properties

Public property rowhigh: integer read getrowhigh;
Public property row: integer read frow write setrow;
Public property rowcolorstate[index: integer]: rowstatenumty read getrowcolorstate write setrowcolorstate;
Public property rowfontstate[index: integer]: rowstatenumty read getrowfontstate write setrowfontstate;
Public property rowreadonlystate[const index: integer]: boolean read getrowreadonlystate write setrowreadonlystate;
Public property rowhidden[const index: integer]: boolean read getrowhidden write setrowhidden;
Public property rowfoldlevel[const index: integer]: byte read getrowfoldlevel write setrowfoldlevel;
Public property rowfoldissum[const index: integer]: boolean read getrowfoldissum write setrowfoldissum;
Published property ifi: ttxdatagridcontroller read fifi write setifi;
Published property datacols: tifidatacols read fdatacols write setdatacols;
Published property rowcount: integer read frowcount write setrowcount default 0;
Published property onrowsdeleted: ifigridblockeventty read fonrowsdeleted write fonrowsdeleted;
Published property onrowsinserted: ifigridblockeventty read fonrowsinserted write fonrowsinserted;
Published property onrowsmoved: ifigridblockmovedeventty read fonrowsmoved write fonrowsmoved;
Published property onrowindexchanged: ifigrideventty read fonrowindexchanged write fonrowindexchanged;
Published property onrowstatechanged: ifigriditemeventty read fonrowstatechanged write fonrowstatechanged;
Published property onbeforeopen: ifigrideventty read fonbeforeopen write fonbeforeopen;

Description

Methods

Protected procedure setselected(const cell: gridcoordty; const avalue: boolean);

This item has no description.

Public constructor create(aowner: tcomponent); override;

This item has no description.

Public destructor destroy; override;

This item has no description.

Public procedure beginupdate;

This item has no description.

Public procedure endupdate;

This item has no description.

Public procedure clear;

This item has no description.

Public procedure moverow(const curindex,newindex: integer; const count: integer = 1);

This item has no description.

Public procedure insertrow(index: integer; count: integer = 1);

This item has no description.

Public procedure deleterow(index: integer; count: integer = 1);

This item has no description.

Properties

Public property rowhigh: integer read getrowhigh;

This item has no description.

Public property row: integer read frow write setrow;

This item has no description.

Public property rowcolorstate[index: integer]: rowstatenumty read getrowcolorstate write setrowcolorstate;

This item has no description.

Public property rowfontstate[index: integer]: rowstatenumty read getrowfontstate write setrowfontstate;

This item has no description.

Public property rowreadonlystate[const index: integer]: boolean read getrowreadonlystate write setrowreadonlystate;

This item has no description.

Public property rowhidden[const index: integer]: boolean read getrowhidden write setrowhidden;

This item has no description.

Public property rowfoldlevel[const index: integer]: byte read getrowfoldlevel write setrowfoldlevel;

This item has no description.

Public property rowfoldissum[const index: integer]: boolean read getrowfoldissum write setrowfoldissum;

This item has no description.

Published property ifi: ttxdatagridcontroller read fifi write setifi;

This item has no description.

Published property datacols: tifidatacols read fdatacols write setdatacols;

This item has no description.

Published property rowcount: integer read frowcount write setrowcount default 0;

This item has no description.

Published property onrowsdeleted: ifigridblockeventty read fonrowsdeleted write fonrowsdeleted;

This item has no description.

Published property onrowsinserted: ifigridblockeventty read fonrowsinserted write fonrowsinserted;

This item has no description.

Published property onrowsmoved: ifigridblockmovedeventty read fonrowsmoved write fonrowsmoved;

This item has no description.

Published property onrowindexchanged: ifigrideventty read fonrowindexchanged write fonrowindexchanged;

This item has no description.

Published property onrowstatechanged: ifigriditemeventty read fonrowstatechanged write fonrowstatechanged;

This item has no description.

Published property onbeforeopen: ifigrideventty read fonbeforeopen write fonbeforeopen;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.