Class tcaret
Unit
Declaration
type tcaret = class(tnullinterfacedobject)
Description
This item has no description.
Hierarchy
- tobject
- tnullinterfacedobject
- tcaret
Overview
Methods
| Protected | procedure scroll(const dist: pointty; const scrollorigin: boolean); |
| Public | constructor create; |
| Public | destructor destroy; override; |
| Public | procedure link(canvas: tcanvas; const origin: pointty; const acliprect: rectty); |
| Public | function islinkedto(canvas: tcanvas): boolean; |
| Public | procedure remove; |
| Public | procedure restore; |
| Public | procedure hide; |
| Public | procedure show; |
| Public | procedure move(const dist: pointty); |
| Public | function active: boolean; |
| Public | function visible: boolean; |
Properties
| Public | property origin: pointty read forigin; |
| Public | property bounds: rectty read getbounds write setbounds; |
| Public | property cliprect: rectty read getcliprect write setcliprect; |
| Public | property rootcliprect: rectty read fcliprect; |
| Public | property x: integer read getx write setx; |
| Public | property y: integer read gety write sety; |
| Public | property pos: pointty read getpos write setpos; |
| Public | property width: integer read getwidth write setwidth; |
| Public | property height: integer read getheight write setheight; |
| Public | property size: sizety read getsize write setsize; |
| Public | property periodetime: integer read getperiodetime write setperiodetime; |
Description
Methods
| Protected | procedure scroll(const dist: pointty; const scrollorigin: boolean); |
|
This item has no description. | |
| Public | constructor create; |
|
This item has no description. | |
| Public | destructor destroy; override; |
|
This item has no description. | |
| Public | procedure link(canvas: tcanvas; const origin: pointty; const acliprect: rectty); |
|
This item has no description. | |
| Public | function islinkedto(canvas: tcanvas): boolean; |
|
This item has no description. | |
| Public | procedure remove; |
|
This item has no description. | |
| Public | procedure restore; |
|
This item has no description. | |
| Public | procedure hide; |
|
This item has no description. | |
| Public | procedure show; |
|
This item has no description. | |
| Public | procedure move(const dist: pointty); |
|
This item has no description. | |
| Public | function active: boolean; |
|
This item has no description. | |
| Public | function visible: boolean; |
|
This item has no description. | |
Properties
| Public | property origin: pointty read forigin; |
|
This item has no description. | |
| Public | property bounds: rectty read getbounds write setbounds; |
|
This item has no description. | |
| Public | property cliprect: rectty read getcliprect write setcliprect; |
|
This item has no description. | |
| Public | property rootcliprect: rectty read fcliprect; |
|
This item has no description. | |
| Public | property x: integer read getx write setx; |
|
This item has no description. | |
| Public | property y: integer read gety write sety; |
|
This item has no description. | |
| Public | property pos: pointty read getpos write setpos; |
|
This item has no description. | |
| Public | property width: integer read getwidth write setwidth; |
|
This item has no description. | |
| Public | property height: integer read getheight write setheight; |
|
This item has no description. | |
| Public | property size: sizety read getsize write setsize; |
|
This item has no description. | |
| Public | property periodetime: integer read getperiodetime write setperiodetime; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.