Class trealintdatalist

Unit

Declaration

type trealintdatalist = class(trealdatalist)

Description

This item has no description.

Hierarchy

Overview

Methods

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 function getdefault: pointer; override;
Public constructor create; override;
Public procedure assignb(const source: tdatalist); override;
Public procedure assigntob(const dest: tdatalist); override;
Public class function datatype: listdatatypety; override;
Public function add(const valuea: realty; const valueb: integer = 0): integer; overload;
Public function add(const value: realintty): integer; overload;
Public procedure insert(const index: integer; const item: realty; const itemint: integer);
Public procedure fill(const acount: integer; const defaultvalue: realty; const defaultint: integer); overload;
Public procedure fill(const defaultvalue: realty; const defaultint: integer); overload;

Properties

Public property asarray: realintarty read getasarray write setasarray;
Public property asarraya: realarty read getasarraya write setasarraya;
Public property asarrayb: integerarty read getasarrayb write setasarrayb;
Public property itemsb[index: integer]: integer read Getitemsb write Setitemsb;
Public property doubleitems[index: integer]: realintty read Getdoubleitems write Setdoubleitems;

Description

Methods

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 function getdefault: pointer; override;

This item has no description.

Public constructor create; override;

This item has no description.

Public procedure assignb(const source: tdatalist); override;

This item has no description.

Public procedure assigntob(const dest: tdatalist); override;

This item has no description.

Public class function datatype: listdatatypety; override;

This item has no description.

Public function add(const valuea: realty; const valueb: integer = 0): integer; overload;

This item has no description.

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

This item has no description.

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

This item has no description.

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

This item has no description.

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

This item has no description.

Properties

Public property asarray: realintarty read getasarray write setasarray;

This item has no description.

Public property asarraya: realarty read getasarraya write setasarraya;

This item has no description.

Public property asarrayb: integerarty read getasarrayb write setasarrayb;

This item has no description.

Public property itemsb[index: integer]: integer read Getitemsb write Setitemsb;

This item has no description.

Public property doubleitems[index: integer]: realintty read Getdoubleitems write Setdoubleitems;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.