Class tpoorstringdatalist
Unit
Declaration
type tpoorstringdatalist = class(tdynamicpointerdatalist)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- tvirtualpersistent
- tnullinterfacedpersistent
- tlinkedpersistent
- tdatalist
- tdynamicdatalist
- tdynamicpointerdatalist
- tpoorstringdatalist
Overview
Fields
| Public | feditcharindex: 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 | procedure freedata(var data); override; |
| Protected | procedure beforecopy(var data); override; |
| Protected | procedure assignto(dest: tpersistent); override; |
| Protected | procedure setstatdata(const index: integer; const value: msestring); override; |
| Protected | function getstatdata(const index: integer): msestring; override; |
| Protected | function getnoparagraphs(index: integer): boolean; virtual; |
| Protected | function textlength: integer; |
| Public | procedure assign(source: tpersistent); override; |
| Public | procedure assignopenarray(const data: array of msestring); overload; |
| Public | procedure insert(const index: integer; const item: msestring); virtual; abstract; |
| Public | function add(const value: tmsestringdatalist): integer; overload; |
| Public | function add(const value: msestring): integer; overload; virtual; abstract; |
| Public | function add(const avalue: msestring; const anoparagraph: boolean): integer; overload; virtual; |
| Public | function addchars(const value: msestring; const aoptions: addcharoptionsty = [aco_processeditchars]; const maxchars: integer = 0): integer; |
| Public | function getastext(const index: integer): msestring; override; |
| Public | procedure setastext(const index: integer; const avalue: msestring); override; |
| Public | function gettext: msestring; |
| Public | procedure settext(const avalue: msestring); |
| Public | function indexof(const value: msestring): integer; |
| Public | function empty(const index: integer): boolean; override; |
| Public | function concatstring(const delim: msestring = ''; const separator: msestring = ''; const separatornoparagraph: msestring = ''): msestring; |
| Public | procedure loadfromfile(const filename: filenamety; const aencoding: charencodingty = ce_locale); |
| Public | procedure loadfromstream(const stream: ttextstream); |
| Public | procedure savetofile(const filename: filenamety; const aencoding: charencodingty = ce_locale); |
| Public | procedure savetostream(const stream: ttextstream); |
| Public | function dataastextstream: ttextstream; |
Properties
| Public | property asarray: msestringarty read getasarray write setasarray; |
| Public | property asstringarray: stringarty read getasstringarray write setasstringarray; |
| Public | property items[index: integer]: msestring read Getitems write Setitems; |
Description
Fields
| Public | feditcharindex: 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 | 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 | 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 getnoparagraphs(index: integer): boolean; virtual; |
|
This item has no description. | |
| Protected | function textlength: integer; |
|
This item has no description. | |
| Public | procedure assign(source: tpersistent); override; |
|
This item has no description. | |
| Public | procedure assignopenarray(const data: array of msestring); overload; |
|
This item has no description. | |
| Public | procedure insert(const index: integer; const item: msestring); virtual; abstract; |
|
This item has no description. | |
| Public | function add(const value: tmsestringdatalist): integer; overload; |
|
This item has no description. | |
| Public | function add(const value: msestring): integer; overload; virtual; abstract; |
|
This item has no description. | |
| Public | function add(const avalue: msestring; const anoparagraph: boolean): integer; overload; virtual; |
|
This item has no description. | |
| Public | function addchars(const value: msestring; const aoptions: addcharoptionsty = [aco_processeditchars]; const maxchars: integer = 0): integer; |
|
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: msestring; |
|
This item has no description. | |
| Public | procedure settext(const avalue: msestring); |
|
This item has no description. | |
| Public | function indexof(const value: msestring): integer; |
|
This item has no description. | |
| Public | function empty(const index: integer): boolean; override; |
|
This item has no description. | |
| Public | function concatstring(const delim: msestring = ''; const separator: msestring = ''; const separatornoparagraph: msestring = ''): msestring; |
|
This item has no description. | |
| Public | procedure loadfromfile(const filename: filenamety; const aencoding: charencodingty = ce_locale); |
|
This item has no description. | |
| Public | procedure loadfromstream(const stream: ttextstream); |
|
This item has no description. | |
| Public | procedure savetofile(const filename: filenamety; const aencoding: charencodingty = ce_locale); |
|
This item has no description. | |
| Public | procedure savetostream(const stream: ttextstream); |
|
This item has no description. | |
| Public | function dataastextstream: ttextstream; |
|
This item has no description. | |
Properties
| Public | property asarray: msestringarty read getasarray write setasarray; |
|
This item has no description. | |
| Public | property asstringarray: stringarty read getasstringarray write setasstringarray; |
|
This item has no description. | |
| Public | property items[index: integer]: msestring read Getitems write Setitems; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.