Class tcurrencydatalist
Unit
Declaration
type tcurrencydatalist = class(tdatalist)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- tvirtualpersistent
- tnullinterfacedpersistent
- tlinkedpersistent
- tdatalist
- tcurrencydatalist
Overview
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; |
| Public | constructor create; override; |
| Public | class function datatype: listdatatypety; override; |
| Public | function empty(const index: integer): boolean; override; |
| Public | function add(const avalue: currency): integer; |
| Public | procedure insert(const index: integer; const avalue: currency); |
| Public | function find(const avalue: currency): integer; |
| Public | procedure fill(const acount: integer; const defaultvalue: currency); overload; |
| Public | procedure fill(const defaultvalue: currency); overload; |
| Public | function getastext(const index: integer): msestring; override; |
| Public | procedure setastext(const index: integer; const avalue: msestring); override; |
Properties
| Public | property asarray: currencyarty read getasarray write setasarray; |
| Public | property items[index: integer]: currency read Getitems write Setitems; |
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. | |
| 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 avalue: currency): integer; |
|
This item has no description. | |
| Public | procedure insert(const index: integer; const avalue: currency); |
|
This item has no description. | |
| Public | function find(const avalue: currency): integer; |
|
This item has no description. | |
| Public | procedure fill(const acount: integer; const defaultvalue: currency); overload; |
|
This item has no description. | |
| Public | procedure fill(const defaultvalue: currency); 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: currencyarty read getasarray write setasarray; |
|
This item has no description. | |
| Public | property items[index: integer]: currency read Getitems write Setitems; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.