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
- TObject
- tpersistent
- tarrayprop
- tpersistentarrayprop
- townedpersistentarrayprop
- tcustomtabulators
Overview
Fields
![]() |
ftabs: tabulatorarty; |
Methods
![]() |
procedure checkuptodate; |
![]() |
procedure dochange(const index: integer); override; |
![]() |
procedure changed(const sender: ttabulatoritem); |
![]() |
class function getitemclass: tabulatoritemclassty; virtual; |
![]() |
constructor create; reintroduce; |
![]() |
class function getitemclasstype: persistentclassty; override; |
![]() |
procedure assign(source: tpersistent); override; |
![]() |
procedure add(const apos: real; const akind: tabulatorkindty); |
![]() |
procedure setdefaulttabs(const awidth: real = 20; const acount: integer = 20; const akind: tabulatorkindty = tak_left); |
Properties
![]() |
property tabs: tabulatorarty read gettabs; |
![]() |
property ppmm: real read fppmm write setppmm; |
![]() |
property defaultdist: real read fdefaultdist write setdefaultdist; |
![]() |
property items[constindex:integer]: ttabulatoritem read getitems
write setitems; |
![]() |
property pos[constindex:integer]: integer read getpos; |
![]() |
property linepos[constindex:integer]: integer read getlinepos write setlinepos; |
Description
Fields
![]() |
ftabs: tabulatorarty; |
Methods
![]() |
procedure checkuptodate; |
![]() |
procedure dochange(const index: integer); override; |
![]() |
procedure changed(const sender: ttabulatoritem); |
![]() |
class function getitemclass: tabulatoritemclassty; virtual; |
![]() |
constructor create; reintroduce; |
![]() |
class function getitemclasstype: persistentclassty; override; |
![]() |
procedure assign(source: tpersistent); override; |
![]() |
procedure add(const apos: real; const akind: tabulatorkindty); |
![]() |
procedure setdefaulttabs(const awidth: real = 20; const acount: integer = 20; const akind: tabulatorkindty = tak_left); |
Properties
![]() |
property tabs: tabulatorarty read gettabs; |
![]() |
property ppmm: real read fppmm write setppmm; |
![]() |
property defaultdist: real read fdefaultdist write setdefaultdist; |
![]() |
property items[constindex:integer]: ttabulatoritem read getitems
write setitems; |
![]() |
property pos[constindex:integer]: integer read getpos; |
![]() |
property linepos[constindex:integer]: integer read getlinepos write setlinepos; |
Generated by PasDoc 0.16.0.

