Class tifidatacols

Unit

Declaration

type tifidatacols = class(tindexpersistentarrayprop)

Description

This item has no description.

Hierarchy

Overview

Methods

Public constructor create(const aowner: ttxdatagrid); reintroduce;
Public destructor destroy; override;
Public class function getitemclasstype: persistentclassty; override;
Public function colbyname(const aname: ansistring): tifidatacol;
Public function datalistbyname(const aname: ansistring): tdatalist;
Public procedure clearselection;
Public function hasselection: boolean;
Public function selectedcellcount: integer;
Public function hascolselection: boolean;
Public procedure setselectedrange(const rect: gridrectty; const value: boolean); overload;
Public procedure setselectedrange(const start,stop: gridcoordty; const value: boolean); overload;
Public procedure mergecols(const arow: integer; const astart: longword = 0; const acount: longword = bigint);
Public procedure unmergecols(const arow: integer = invalidaxis);

Properties

Public property selectedcells: gridcoordarty read getselectedcells write setselectedcells;
Public property selected[const cell: gridcoordty]: boolean read Getselected write Setselected;
Public property rowstate: tifirowstatelist read frowstate;
Public property cols[const index: integer]: tifidatacol read getcols write setcols;

Description

Methods

Public constructor create(const aowner: ttxdatagrid); reintroduce;

This item has no description.

Public destructor destroy; override;

This item has no description.

Public class function getitemclasstype: persistentclassty; override;

This item has no description.

Public function colbyname(const aname: ansistring): tifidatacol;

This item has no description.

Public function datalistbyname(const aname: ansistring): tdatalist;

This item has no description.

Public procedure clearselection;

This item has no description.

Public function hasselection: boolean;

This item has no description.

Public function selectedcellcount: integer;

This item has no description.

Public function hascolselection: boolean;

This item has no description.

Public procedure setselectedrange(const rect: gridrectty; const value: boolean); overload;

This item has no description.

Public procedure setselectedrange(const start,stop: gridcoordty; const value: boolean); overload;

This item has no description.

Public procedure mergecols(const arow: integer; const astart: longword = 0; const acount: longword = bigint);

This item has no description.

Public procedure unmergecols(const arow: integer = invalidaxis);

This item has no description.

Properties

Public property selectedcells: gridcoordarty read getselectedcells write setselectedcells;

This item has no description.

Public property selected[const cell: gridcoordty]: boolean read Getselected write Setselected;

This item has no description.

Public property rowstate: tifirowstatelist read frowstate;

This item has no description.

Public property cols[const index: integer]: tifidatacol read getcols write setcols;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.