Class tfacetemplate
Unit
Declaration
type tfacetemplate = class(tpersistenttemplate, iface1)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- tvirtualpersistent
- tnullinterfacedpersistent
- tlinkedpersistent
- tpersistenttemplate
- tfacetemplate
Overview
Methods
| Protected | procedure doassignto(dest: tpersistent); override; |
| Protected | function getinfosize: integer; override; |
| Protected | function getinfoad: pointer; override; |
| Protected | procedure copyinfo(const source: tpersistenttemplate); override; |
| Protected | procedure internalcreate; override; |
| Protected | procedure defineproperties(filer: tfiler); override; |
| Protected | function translatecolor(const acolor: colorty): colorty; |
| Public | constructor create(const owner: tmsecomponent; const onchange: notifyeventty); override; |
| Public | destructor destroy; override; |
| Public | procedure paint(const canvas: tcanvas; const arect: rectty); |
Properties
| Published | property options: faceoptionsty read fi.options write setoptions default []; |
| Published | property framei_left: integer read fi.framei.left
write setframei_left default 0; |
| Published | property framei_top: integer read fi.framei.top
write setframei_top default 0; |
| Published | property framei_right: integer read fi.framei.right
write setframei_right default 0; |
| Published | property framei_bottom: integer read fi.framei.bottom
write setframei_bottom default 0; |
| Published | property image: tfacebitmap read fi.image write setimage; |
| Published | property fade_pos: trealarrayprop read fi.fade_pos write setfade_pos; |
| Published | property fade_color: tfadecolorarrayprop read fi.fade_color
write setfade_color; |
| Published | property fade_opapos: trealarrayprop read fi.fade_opapos
write setfade_opapos; |
| Published | property fade_opacolor: tfadeopacolorarrayprop read fi.fade_opacolor
write setfade_opacolor; |
| Published | property fade_direction: graphicdirectionty read fi.fade_direction
write setfade_direction default gd_right; |
| Published | property fade_opacity: colorty read fi.fade_opacity
write setfade_opacity default cl_none; |
| Published | property frameimage_list: timagelist read fi.frameimage_list
write setframeimage_list; |
| Published | property frameimage_offset: integer read fi.frameimage_offset
write setframeimage_offset default 0; |
| Published | property onbeforepaint: beforefacepainteventty read fonbeforepaint
write fonbeforepaint; |
| Published | property onafterpaint: afterfacepainteventty read fonafterpaint
write fonafterpaint; |
Description
Methods
| Protected | procedure doassignto(dest: tpersistent); override; |
|
This item has no description. | |
| Protected | function getinfosize: integer; override; |
|
This item has no description. | |
| Protected | function getinfoad: pointer; override; |
|
This item has no description. | |
| Protected | procedure copyinfo(const source: tpersistenttemplate); override; |
|
This item has no description. | |
| Protected | procedure internalcreate; override; |
|
This item has no description. | |
| Protected | procedure defineproperties(filer: tfiler); override; |
|
This item has no description. | |
| Protected | function translatecolor(const acolor: colorty): colorty; |
|
This item has no description. | |
| Public | constructor create(const owner: tmsecomponent; const onchange: notifyeventty); override; |
|
This item has no description. | |
| Public | destructor destroy; override; |
|
This item has no description. | |
| Public | procedure paint(const canvas: tcanvas; const arect: rectty); |
|
This item has no description. | |
Properties
| Published | property options: faceoptionsty read fi.options write setoptions default []; |
|
This item has no description. | |
| Published | property framei_left: integer read fi.framei.left
write setframei_left default 0; |
|
This item has no description. | |
| Published | property framei_top: integer read fi.framei.top
write setframei_top default 0; |
|
This item has no description. | |
| Published | property framei_right: integer read fi.framei.right
write setframei_right default 0; |
|
This item has no description. | |
| Published | property framei_bottom: integer read fi.framei.bottom
write setframei_bottom default 0; |
|
This item has no description. | |
| Published | property image: tfacebitmap read fi.image write setimage; |
|
This item has no description. | |
| Published | property fade_pos: trealarrayprop read fi.fade_pos write setfade_pos; |
|
This item has no description. | |
| Published | property fade_color: tfadecolorarrayprop read fi.fade_color
write setfade_color; |
|
This item has no description. | |
| Published | property fade_opapos: trealarrayprop read fi.fade_opapos
write setfade_opapos; |
|
This item has no description. | |
| Published | property fade_opacolor: tfadeopacolorarrayprop read fi.fade_opacolor
write setfade_opacolor; |
|
This item has no description. | |
| Published | property fade_direction: graphicdirectionty read fi.fade_direction
write setfade_direction default gd_right; |
|
This item has no description. | |
| Published | property fade_opacity: colorty read fi.fade_opacity
write setfade_opacity default cl_none; |
|
This item has no description. | |
| Published | property frameimage_list: timagelist read fi.frameimage_list
write setframeimage_list; |
|
This item has no description. | |
| Published | property frameimage_offset: integer read fi.frameimage_offset
write setframeimage_offset default 0; |
|
This item has no description. | |
| Published | property onbeforepaint: beforefacepainteventty read fonbeforepaint
write fonbeforepaint; |
|
This item has no description. | |
| Published | property onafterpaint: afterfacepainteventty read fonafterpaint
write fonafterpaint; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.