Class tcustomtabulators

Unit

Declaration

type tcustomtabulators = class(townedpersistentarrayprop)

Description

No description available, ancestor townedpersistentarrayprop description follows
No description available, ancestor tpersistentarrayprop description follows
No description available, ancestor tarrayprop description follows

Hierarchy

Overview

Fields

Protected ftabs: tabulatorarty;

Methods

Protected procedure checkuptodate;
Protected procedure dochange(const index: integer); override;
Protected procedure changed(const sender: ttabulatoritem);
Protected class function getitemclass: tabulatoritemclassty; virtual;
Public constructor create; reintroduce;
Public class function getitemclasstype: persistentclassty; override;
Public procedure assign(source: tpersistent); override;
Public procedure add(const apos: real; const akind: tabulatorkindty);
Public procedure setdefaulttabs(const awidth: real = 20; const acount: integer = 20; const akind: tabulatorkindty = tak_left);

Properties

Public property tabs: tabulatorarty read gettabs;
Public property ppmm: real read fppmm write setppmm;
Public property defaultdist: real read fdefaultdist write setdefaultdist;
Public property items[constindex:integer]: ttabulatoritem read getitems write setitems;
Public property pos[constindex:integer]: integer read getpos;
Public property linepos[constindex:integer]: integer read getlinepos write setlinepos;

Description

Fields

Protected ftabs: tabulatorarty;
 

Methods

Protected procedure checkuptodate;
 
Protected procedure dochange(const index: integer); override;
 
Protected procedure changed(const sender: ttabulatoritem);
 
Protected class function getitemclass: tabulatoritemclassty; virtual;
 
Public constructor create; reintroduce;
 
Public class function getitemclasstype: persistentclassty; override;
 
Public procedure assign(source: tpersistent); override;
 
Public procedure add(const apos: real; const akind: tabulatorkindty);
 
Public procedure setdefaulttabs(const awidth: real = 20; const acount: integer = 20; const akind: tabulatorkindty = tak_left);
 

Properties

Public property tabs: tabulatorarty read gettabs;
 
Public property ppmm: real read fppmm write setppmm;
 
Public property defaultdist: real read fdefaultdist write setdefaultdist;
 
Public property items[constindex:integer]: ttabulatoritem read getitems write setitems;
 
Public property pos[constindex:integer]: integer read getpos;
 
Public property linepos[constindex:integer]: integer read getlinepos write setlinepos;
 

Generated by PasDoc 0.16.0.