Class tcustomintegerdisp
Unit
Declaration
type tcustomintegerdisp = class(tnumdisp)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- tcomponent
- tmsecomponent
- tactcomponent
- twidget
- tactionwidget
- tactionpublishedwidgetnwr
- tpublishedwidgetnwr
- tpublishedwidget
- tdispwidget
- tnumdisp
- tcustomintegerdisp
Overview
Methods
| Protected | function getvaluetext: msestring; override; |
| Protected | procedure valuechanged; override; |
| Public | constructor create(aowner: tcomponent); override; |
| Public | procedure clear; override; |
Properties
| Public | property value: integer read fvalue write setvalue default 0; |
| Published | property base: numbasety read fbase write setbase default nb_dec; |
| Published | property bitcount: integer read fbitcount write setbitcount default 32; |
| Published | property ondatachange: updateintegereventty read fondatachange
write fondatachange; |
| Published | property ifilink: tifiintegerlinkcomp read getifilink write setifilink; |
Description
Methods
| Protected | function getvaluetext: msestring; override; |
|
This item has no description. | |
| Protected | procedure valuechanged; override; |
|
This item has no description. | |
| Public | constructor create(aowner: tcomponent); override; |
|
This item has no description. | |
| Public | procedure clear; override; |
|
This item has no description. | |
Properties
| Public | property value: integer read fvalue write setvalue default 0; |
|
This item has no description. | |
| Published | property base: numbasety read fbase write setbase default nb_dec; |
|
This item has no description. | |
| Published | property bitcount: integer read fbitcount write setbitcount default 32; |
|
This item has no description. | |
| Published | property ondatachange: updateintegereventty read fondatachange
write fondatachange; |
|
This item has no description. | |
| Published | property ifilink: tifiintegerlinkcomp read getifilink write setifilink; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.