Class tdropdowndatacols

Unit

Declaration

type tdropdowndatacols = class(townedpersistentarrayprop)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected function maxrowcount: integer;
Protected function minrowcount: integer;
Protected procedure createitem(const index: integer; var item: tpersistent); override;
Protected procedure itemchanged(const sender: tdatalist; const index: integer);
Protected procedure checkrowindex(const aindex: integer);
Protected procedure setrowcount(const avalue: integer);
Public constructor create(const aowner: tcustomdropdownlistcontroller); reintroduce;
Public class function getitemclasstype: persistentclassty; override;
Public procedure beginupdate;
Public procedure endupdate;
Public procedure clear;
Public function addrow(const aitems: array of msestring): integer;
Public procedure insertrow(const aindex: integer; const aitems: array of msestring);
Public procedure deleterow(const aindex: integer);
Public function getrow(const aindex: integer): msestringarty;

Properties

Public property rowcount: integer read maxrowcount write setrowcount;
Public property items[const index: integer]: tdropdowndata read getitems;

Description

Methods

Protected function maxrowcount: integer;

This item has no description.

Protected function minrowcount: integer;

This item has no description.

Protected procedure createitem(const index: integer; var item: tpersistent); override;

This item has no description.

Protected procedure itemchanged(const sender: tdatalist; const index: integer);

This item has no description.

Protected procedure checkrowindex(const aindex: integer);

This item has no description.

Protected procedure setrowcount(const avalue: integer);

This item has no description.

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

This item has no description.

Public class function getitemclasstype: persistentclassty; 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 function addrow(const aitems: array of msestring): integer;

This item has no description.

Public procedure insertrow(const aindex: integer; const aitems: array of msestring);

This item has no description.

Public procedure deleterow(const aindex: integer);

This item has no description.

Public function getrow(const aindex: integer): msestringarty;

This item has no description.

Properties

Public property rowcount: integer read maxrowcount write setrowcount;

This item has no description.

Public property items[const index: integer]: tdropdowndata read getitems;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.