Class tdoublemsestringdatalist

Unit

Declaration

type tdoublemsestringdatalist = class(tpoorstringdatalist)

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 function comparecaseinsensitive(const l,r): integer; override;
Protected procedure freedata(var data); override;
Protected procedure beforecopy(var data); 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 value: msestring): integer; overload; override;
Public function add(const valuea: msestring; const valueb: msestring = ''): integer; overload;
Public function add(const value: doublemsestringty): integer; overload;
Public procedure insert(const index: integer; const item: msestring); override;
Public procedure fill(const acount: integer; const defaultvalue: msestring);

Properties

Public property asarray: doublemsestringarty read getasarray write setasarray;
Public property asarraya: msestringarty read getasarraya write setasarraya;
Public property asarrayb: msestringarty read getasarrayb write setasarrayb;
Public property itemsb[index: integer]: msestring read Getitemsb write Setitemsb;
Public property doubleitems[index: integer]: doublemsestringty 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 function comparecaseinsensitive(const l,r): integer; 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.

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 value: msestring): integer; overload; override;

This item has no description.

Public function add(const valuea: msestring; const valueb: msestring = ''): integer; overload;

This item has no description.

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

This item has no description.

Public procedure insert(const index: integer; const item: msestring); override;

This item has no description.

Public procedure fill(const acount: integer; const defaultvalue: msestring);

This item has no description.

Properties

Public property asarray: doublemsestringarty read getasarray write setasarray;

This item has no description.

Public property asarraya: msestringarty read getasarraya write setasarraya;

This item has no description.

Public property asarrayb: msestringarty read getasarrayb write setasarrayb;

This item has no description.

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

This item has no description.

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

This item has no description.


Generated by PasDoc 0.17.0.snapshot.