Class tintegerdatalist

Unit

Declaration

type tintegerdatalist = class(tdatalist)

Description

This item has no description.

Hierarchy

Overview

Fields

Public min: integer;
Public max: integer;
Public notcheckedvalue: integer;

Methods

Protected function checkassigncompatibility( const source: tpersistent): boolean; override;
Protected procedure readitem(const reader: treader; var value); override;
Protected procedure writeitem(const writer: twriter; var value); override;
Protected function compare(const l,r): integer; override;
Protected procedure setstatdata(const index: integer; const value: msestring); override;
Protected function getstatdata(const index: integer): msestring; override;
Protected procedure writeappendix(const writer; const aname: msestring); override;
Protected procedure readappendix(const reader; const aname: msestring); override;
Public constructor create; override;
Public class function datatype: listdatatypety; override;
Public function empty(const index: integer): boolean; override;
Public function add(const value: integer): integer;
Public procedure insert(const index: integer; const item: integer);
Public procedure number(const start,step: integer);
Public function find(value: integer): integer;
Public procedure fill(acount: integer; const defaultvalue: integer); overload;
Public procedure fill(const defaultvalue: integer); overload;
Public function getastext(const index: integer): msestring; override;
Public procedure setastext(const index: integer; const avalue: msestring); override;

Properties

Public property asarray: integerarty read getasarray write setasarray;
Public property asbooleanarray: booleanarty read getasbooleanarray write setasbooleanarray;
Public property items[const index: integer]: integer read Getitems write Setitems;

Description

Fields

Public min: integer;

This item has no description.

Public max: integer;

This item has no description.

Public notcheckedvalue: integer;

This item has no description.

Methods

Protected function checkassigncompatibility( const source: tpersistent): boolean; override;

This item has no description.

Protected procedure readitem(const reader: treader; var value); override;

This item has no description.

Protected procedure writeitem(const writer: twriter; var value); override;

This item has no description.

Protected function compare(const l,r): integer; override;

This item has no description.

Protected procedure setstatdata(const index: integer; const value: msestring); override;

This item has no description.

Protected function getstatdata(const index: integer): msestring; override;

This item has no description.

Protected procedure writeappendix(const writer; const aname: msestring); override;

This item has no description.

Protected procedure readappendix(const reader; const aname: msestring); override;

This item has no description.

Public constructor create; override;

This item has no description.

Public class function datatype: listdatatypety; override;

This item has no description.

Public function empty(const index: integer): boolean; override;

This item has no description.

Public function add(const value: integer): integer;

This item has no description.

Public procedure insert(const index: integer; const item: integer);

This item has no description.

Public procedure number(const start,step: integer);

This item has no description.

Public function find(value: integer): integer;

This item has no description.

Public procedure fill(acount: integer; const defaultvalue: integer); overload;

This item has no description.

Public procedure fill(const defaultvalue: integer); overload;

This item has no description.

Public function getastext(const index: integer): msestring; override;

This item has no description.

Public procedure setastext(const index: integer; const avalue: msestring); override;

This item has no description.

Properties

Public property asarray: integerarty read getasarray write setasarray;

This item has no description.

Public property asbooleanarray: booleanarty read getasbooleanarray write setasbooleanarray;

This item has no description.

Public property items[const index: integer]: integer read Getitems write Setitems;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.