Class tansistringdatalist
Unit
Declaration
type tansistringdatalist = class(tdynamicpointerdatalist)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- tvirtualpersistent
- tnullinterfacedpersistent
- tlinkedpersistent
- tdatalist
- tdynamicdatalist
- tdynamicpointerdatalist
- tansistringdatalist
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 | procedure freedata(var data); override; |
| Protected | procedure beforecopy(var data); override; |
| Protected | procedure assignto(dest: tpersistent); override; |
| Protected | function compare(const l,r): integer; override; |
| Protected | function comparecaseinsensitive(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 textlength: integer; |
| Public | class function datatype: listdatatypety; override; |
| Public | procedure assign(source: tpersistent); override; |
| Public | procedure assignopenarray(const data: array of ansistring); |
| Public | procedure insert(index: integer; const item: ansistring); |
| Public | function add(const value: ansistring): integer; overload; |
| Public | function addtext(const value: ansistring): integer; |
| Public | function empty(const index: integer): boolean; override; |
| Public | procedure fill(acount: integer; const defaultvalue: ansistring); |
| Public | function getastext(const index: integer): msestring; override; |
| Public | procedure setastext(const index: integer; const avalue: msestring); override; |
| Public | function gettext: ansistring; |
| Public | procedure settext(const avalue: ansistring); |
Properties
| Public | property items[index: integer]: ansistring read Getitems write
setitems; |
| Public | property asarray: stringarty read getasarray write setasarray; |
| Public | property asmsestringarray: msestringarty read getasmsestringarray
write setasmsestringarray; |
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 | procedure freedata(var data); override; |
|
This item has no description. | |
| Protected | procedure beforecopy(var data); override; |
|
This item has no description. | |
| Protected | procedure assignto(dest: tpersistent); override; |
|
This item has no description. | |
| Protected | function compare(const l,r): integer; override; |
|
This item has no description. | |
| Protected | function comparecaseinsensitive(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 textlength: integer; |
|
This item has no description. | |
| Public | class function datatype: listdatatypety; override; |
|
This item has no description. | |
| Public | procedure assign(source: tpersistent); override; |
|
This item has no description. | |
| Public | procedure assignopenarray(const data: array of ansistring); |
|
This item has no description. | |
| Public | procedure insert(index: integer; const item: ansistring); |
|
This item has no description. | |
| Public | function add(const value: ansistring): integer; overload; |
|
This item has no description. | |
| Public | function addtext(const value: ansistring): integer; |
|
This item has no description. | |
| Public | function empty(const index: integer): boolean; override; |
|
This item has no description. | |
| Public | procedure fill(acount: integer; const defaultvalue: ansistring); |
|
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. | |
| Public | function gettext: ansistring; |
|
This item has no description. | |
| Public | procedure settext(const avalue: ansistring); |
|
This item has no description. | |
Properties
| Public | property items[index: integer]: ansistring read Getitems write
setitems; |
|
This item has no description. | |
| Public | property asarray: stringarty read getasarray write setasarray; |
|
This item has no description. | |
| Public | property asmsestringarray: msestringarty read getasmsestringarray
write setasmsestringarray; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.