Class tint64datalist

Unit

Declaration

type tint64datalist = class(tdatalist)

Description

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 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: int64): integer;
Public procedure insert(const index: integer; const avalue: int64);
Public function find(const avalue: int64): integer;
Public procedure fill(const acount: integer; const defaultvalue: int64); overload;
Public procedure fill(const defaultvalue: int64); overload;
Public function getastext(const index: integer): msestring; override;
Public procedure setastext(const index: integer; const avalue: msestring); override;

Properties

Public property asarray: int64arty read getasarray write setasarray;
Public property items[index:integer]: int64 read Getitems write Setitems;

Description

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: int64): integer;
 
Public procedure insert(const index: integer; const avalue: int64);
 
Public function find(const avalue: int64): integer;
 
Public procedure fill(const acount: integer; const defaultvalue: int64); overload;
 
Public procedure fill(const defaultvalue: int64); overload;
 
Public function getastext(const index: integer): msestring; override;
 
Public procedure setastext(const index: integer; const avalue: msestring); override;
 

Properties

Public property asarray: int64arty read getasarray write setasarray;
 
Public property items[index:integer]: int64 read Getitems write Setitems;
 

Generated by PasDoc 0.16.0.