Class trichstringdatalist

Unit

Declaration

type trichstringdatalist = class(tmsestringdatalist)

Description

No description available, ancestor tmsestringdatalist description follows
No description available, ancestor tpoorstringdatalist description follows
No description available, ancestor tdynamicpointerdatalist description follows
No description available, ancestor tdynamicdatalist description follows
No description available, ancestor tdatalist description follows
No description available, ancestor tlinkedpersistent description follows
No description available, ancestor tnullinterfacedpersistent description follows
No description available, ancestor tvirtualpersistent description follows

Hierarchy

Overview

Methods

Protected function getnoparagraphs(index: integer): boolean; override;
Protected procedure freedata(var data); override;
Protected procedure aftercopy(var data); 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 procedure insert(const index: integer; const item: msestring); override;
Public function add(const value: msestring): integer; override;
Public function add(const avalue: msestring; const anoparagraph: boolean): integer; override;
Public function nextword(out value: lmsestringty): boolean;
Public function getformatpo(index: integer): pformatinfoarty;
Public function getparagraph(const index: integer; const aseparator: msestring = ''): msestring;

Properties

Public property formats[index:integer]: formatinfoarty read Getformats write Setformats;
Public property noparagraphs[index:integer]: boolean read getnoparagraphs write setnoparagraphs;
Public property richitems[index:integer]: richstringty read getrichitems write setrichitems;
Public property richitemspo[index:integer]: prichstringty read getrichitemspo;
Public property position: pointty read fposition write fposition;
Public property asarray: richstringarty read getasarray write setasarray;
Public property asmsestringarray: msestringarty read getasmsestringarray write setasmsestringarray;

Description

Methods

Protected function getnoparagraphs(index: integer): boolean; override;
 
Protected procedure freedata(var data); override;
 
Protected procedure aftercopy(var data); 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 procedure insert(const index: integer; const item: msestring); override;
 
Public function add(const value: msestring): integer; override;
 
Public function add(const avalue: msestring; const anoparagraph: boolean): integer; override;
 
Public function nextword(out value: lmsestringty): boolean;
 
Public function getformatpo(index: integer): pformatinfoarty;
 
Public function getparagraph(const index: integer; const aseparator: msestring = ''): msestring;
 

Properties

Public property formats[index:integer]: formatinfoarty read Getformats write Setformats;
 
Public property noparagraphs[index:integer]: boolean read getnoparagraphs write setnoparagraphs;
 
Public property richitems[index:integer]: richstringty read getrichitems write setrichitems;
 
Public property richitemspo[index:integer]: prichstringty read getrichitemspo;
 
Public property position: pointty read fposition write fposition;
 
Public property asarray: richstringarty read getasarray write setasarray;
 
Public property asmsestringarray: msestringarty read getasmsestringarray write setasmsestringarray;
 

Generated by PasDoc 0.16.0.