Class tdropdownwidgetcontroller
Unit
Declaration
type tdropdownwidgetcontroller = class(tdropdowncontroller)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- tvirtualpersistent
- tnullinterfacedpersistent
- tlinkedpersistent
- teventpersistent
- tcustomdropdowncontroller
- tdropdowncontroller
- tdropdownwidgetcontroller
Overview
Fields
| Protected | fbounds_cy: integer; |
| Protected | fbounds_cx: integer; |
| Protected | fdropdownwidget: twidget; |
| Protected | fdropdownwidth: int32; |
Methods
| Protected | procedure internaldropdown; override; |
| Protected | procedure updatedropdownbounds(var arect: rectty); override; |
| Protected | procedure receiveevent(const event: tobjectevent); override; |
| Protected | function getdropdownwidget: twidget; override; |
| Public | constructor create(const intf: idropdownwidget); |
| Public | procedure editnotification(var info: editnotificationinfoty); override; |
| Public | procedure dostatread(const reader: tstatreader); override; |
| Public | procedure dostatwrite(const writer: tstatwriter); override; |
Properties
| Public | property dropdownwidget: twidget read fdropdownwidget; |
| Published | property bounds_cx: integer read fbounds_cx write fbounds_cx default 0; |
| Published | property bounds_cy: integer read fbounds_cy write fbounds_cy default 0; |
| Published | property ondropdown: dropdownwidgeteventty read fondropdown
write fondropdown; |
Description
Fields
| Protected | fbounds_cy: integer; |
|
This item has no description. | |
| Protected | fbounds_cx: integer; |
|
This item has no description. | |
| Protected | fdropdownwidget: twidget; |
|
This item has no description. | |
| Protected | fdropdownwidth: int32; |
|
This item has no description. | |
Methods
| Protected | procedure internaldropdown; override; |
|
This item has no description. | |
| Protected | procedure updatedropdownbounds(var arect: rectty); override; |
|
This item has no description. | |
| Protected | procedure receiveevent(const event: tobjectevent); override; |
|
This item has no description. | |
| Protected | function getdropdownwidget: twidget; override; |
|
This item has no description. | |
| Public | constructor create(const intf: idropdownwidget); |
|
This item has no description. | |
| Public | procedure editnotification(var info: editnotificationinfoty); override; |
|
This item has no description. | |
| Public | procedure dostatread(const reader: tstatreader); override; |
|
This item has no description. | |
| Public | procedure dostatwrite(const writer: tstatwriter); override; |
|
This item has no description. | |
Properties
| Public | property dropdownwidget: twidget read fdropdownwidget; |
|
This item has no description. | |
| Published | property bounds_cx: integer read fbounds_cx write fbounds_cx default 0; |
|
This item has no description. | |
| Published | property bounds_cy: integer read fbounds_cy write fbounds_cy default 0; |
|
This item has no description. | |
| Published | property ondropdown: dropdownwidgeteventty read fondropdown
write fondropdown; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.