Class tactionwidget
Unit
Declaration
type tactionwidget = class(twidget)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- tcomponent
- tmsecomponent
- tactcomponent
- twidget
- tactionwidget
Overview
Methods
| Protected | procedure mouseevent(var info: mouseeventinfoty); override; |
| Protected | procedure clientmouseevent(var info: mouseeventinfoty); override; |
| Protected | procedure childmouseevent(const sender: twidget; var info: mouseeventinfoty); override; |
| Protected | procedure domousewheelevent(var info: mousewheeleventinfoty); override; |
| Protected | procedure dobeforepaint(const canvas: tcanvas); override; |
| Protected | procedure doonpaintbackground(const canvas: tcanvas); override; |
| Protected | procedure doonpaint(const canvas: tcanvas); override; |
| Protected | procedure doafterpaint(const canvas: tcanvas); override; |
| Protected | procedure showhint(const aid: int32; var info: hintinfoty); override; |
| Protected | procedure getpopuppos(var apos: pointty); virtual; |
| Protected | procedure updatepopupmenu(var amenu: tpopupmenu; var mouseinfo: mouseeventinfoty); virtual; |
| Protected | procedure dopopup(var amenu: tpopupmenu; var mouseinfo: mouseeventinfoty); virtual; |
| Protected | procedure doafterpopupmenu(var amenu: tpopupmenu; var mouseinfo: mouseeventinfoty); virtual; |
| Protected | procedure poschanged; override; |
| Protected | procedure sizechanged; override; |
| Protected | procedure doloaded; override; |
| Protected | procedure doenter; override; |
| Protected | procedure doexit; override; |
| Protected | procedure dofocus; override; |
| Protected | procedure dodefocus; override; |
| Protected | procedure dofocuschanged(const oldwidget: twidget; const newwidget: twidget); override; |
| Protected | procedure doactivate; override; |
| Protected | procedure dodeactivate; override; |
| Protected | procedure dohide; override; |
| Protected | procedure doshow; override; |
| Protected | procedure doonkeydown(var info: keyeventinfoty); |
| Protected | procedure dokeydown(var info: keyeventinfoty); override; |
| Protected | procedure dokeyup(var info: keyeventinfoty); override; |
| Protected | procedure doshortcut(var info: keyeventinfoty; const sender: twidget); override; |
| Protected | procedure receiveevent(const event: tobjectevent); override; |
| Protected | procedure componentevent(const event: tcomponentevent) override; |
| Protected | procedure doasyncevent(var atag: integer); override; |
| Protected | procedure internalcreateframe; override; |
| Protected | procedure enabledchanged; override; |
| Public | function canclose(const newfocus: twidget = nil): boolean; override; |
Properties
| Protected | property frame: tcaptionframe read getframe write setframe; |
| Protected | property face: tface read getface write setface; |
| Protected | property popupmenu: tpopupmenu read fpopupmenu write setpopupmenu; |
| Protected | property onpopup: popupeventty read fonpopup write fonpopup; |
| Protected | property onshowhint: showhinteventty read fonshowhint write fonshowhint; |
| Protected | property onenter: notifyeventty read fonenter write fonenter; |
| Protected | property onexit: notifyeventty read fonexit write fonexit; |
| Protected | property onfocus: notifyeventty read fonfocus write fonfocus; |
| Protected | property ondefocus: notifyeventty read fondefocus write fondefocus; |
| Protected | property onactivate: notifyeventty read fonactivate write fonactivate; |
| Protected | property ondeactivate: notifyeventty read fondeactivate write fondeactivate; |
| Protected | property onfocusedwidgetchanged: widgetchangeeventty
read fonfocusedwidgetchanged write fonfocusedwidgetchanged; |
| Protected | property onmouseevent: mouseeventty read fonmouseevent write fonmouseevent; |
| Protected | property onchildmouseevent: mouseeventty read fonchildmouseevent
write fonchildmouseevent; |
| Protected | property onclientmouseevent: mouseeventty read fonclientmouseevent
write fonclientmouseevent; |
| Protected | property onmousewheelevent: mousewheeleventty read fonmousewheelevent
write fonmousewheelevent; |
| Protected | property onkeydown: keyeventty read fonkeydown write fonkeydown; |
| Protected | property onkeyup: keyeventty read fonkeyup write fonkeyup; |
| Protected | property onshortcut: shortcuteventty read fonshortcut write fonshortcut; |
| Protected | property onloaded: notifyeventty read fonloaded write fonloaded; |
| Protected | property onbeforepaint: painteventty read fonbeforepaint
write fonbeforepaint; |
| Protected | property onpaintbackground: painteventty read fonpaintbackground
write fonpaintbackground; |
| Protected | property onpaint: painteventty read fonpaint write fonpaint; |
| Protected | property onafterpaint: painteventty read fonafterpaint write fonafterpaint; |
| Protected | property onshow: notifyeventty read fonshow write fonshow; |
| Protected | property onhide: notifyeventty read fonhide write fonhide; |
| Protected | property onresize: notifyeventty read fonresize write fonresize; |
| Protected | property onmove: notifyeventty read fonmove write fonmove; |
| Protected | property onclosequery: queryeventty read fonclosequery write fonclosequery; |
| Protected | property onevent: eventeventty read fonevent write fonevent; |
| Protected | property oncomponentevent: componenteventeventty read foncomponentevent
write foncomponentevent; |
| Protected | property onasyncevent: asynceventeventty read fonasyncevent write fonasyncevent; |
Description
Methods
| Protected | procedure mouseevent(var info: mouseeventinfoty); override; |
|
This item has no description. | |
| Protected | procedure clientmouseevent(var info: mouseeventinfoty); override; |
|
This item has no description. | |
| Protected | procedure childmouseevent(const sender: twidget; var info: mouseeventinfoty); override; |
|
This item has no description. | |
| Protected | procedure domousewheelevent(var info: mousewheeleventinfoty); override; |
|
This item has no description. | |
| Protected | procedure dobeforepaint(const canvas: tcanvas); override; |
|
This item has no description. | |
| Protected | procedure doonpaintbackground(const canvas: tcanvas); override; |
|
This item has no description. | |
| Protected | procedure doonpaint(const canvas: tcanvas); override; |
|
This item has no description. | |
| Protected | procedure doafterpaint(const canvas: tcanvas); override; |
|
This item has no description. | |
| Protected | procedure showhint(const aid: int32; var info: hintinfoty); override; |
|
This item has no description. | |
| Protected | procedure getpopuppos(var apos: pointty); virtual; |
|
This item has no description. | |
| Protected | procedure updatepopupmenu(var amenu: tpopupmenu; var mouseinfo: mouseeventinfoty); virtual; |
|
This item has no description. | |
| Protected | procedure dopopup(var amenu: tpopupmenu; var mouseinfo: mouseeventinfoty); virtual; |
|
This item has no description. | |
| Protected | procedure doafterpopupmenu(var amenu: tpopupmenu; var mouseinfo: mouseeventinfoty); virtual; |
|
This item has no description. | |
| Protected | procedure poschanged; override; |
|
This item has no description. | |
| Protected | procedure sizechanged; override; |
|
This item has no description. | |
| Protected | procedure doloaded; override; |
|
This item has no description. | |
| Protected | procedure doenter; override; |
|
This item has no description. | |
| Protected | procedure doexit; override; |
|
This item has no description. | |
| Protected | procedure dofocus; override; |
|
This item has no description. | |
| Protected | procedure dodefocus; override; |
|
This item has no description. | |
| Protected | procedure dofocuschanged(const oldwidget: twidget; const newwidget: twidget); override; |
|
This item has no description. | |
| Protected | procedure doactivate; override; |
|
This item has no description. | |
| Protected | procedure dodeactivate; override; |
|
This item has no description. | |
| Protected | procedure dohide; override; |
|
This item has no description. | |
| Protected | procedure doshow; override; |
|
This item has no description. | |
| Protected | procedure doonkeydown(var info: keyeventinfoty); |
|
This item has no description. | |
| Protected | procedure dokeydown(var info: keyeventinfoty); override; |
|
This item has no description. | |
| Protected | procedure dokeyup(var info: keyeventinfoty); override; |
|
This item has no description. | |
| Protected | procedure doshortcut(var info: keyeventinfoty; const sender: twidget); override; |
|
This item has no description. | |
| Protected | procedure receiveevent(const event: tobjectevent); override; |
|
This item has no description. | |
| Protected | procedure componentevent(const event: tcomponentevent) override; |
|
This item has no description. | |
| Protected | procedure doasyncevent(var atag: integer); override; |
|
This item has no description. | |
| Protected | procedure internalcreateframe; override; |
|
This item has no description. | |
| Protected | procedure enabledchanged; override; |
|
This item has no description. | |
| Public | function canclose(const newfocus: twidget = nil): boolean; override; |
|
This item has no description. | |
Properties
| Protected | property frame: tcaptionframe read getframe write setframe; |
|
This item has no description. | |
| Protected | property face: tface read getface write setface; |
|
This item has no description. | |
| Protected | property popupmenu: tpopupmenu read fpopupmenu write setpopupmenu; |
|
This item has no description. | |
| Protected | property onpopup: popupeventty read fonpopup write fonpopup; |
|
This item has no description. | |
| Protected | property onshowhint: showhinteventty read fonshowhint write fonshowhint; |
|
This item has no description. | |
| Protected | property onenter: notifyeventty read fonenter write fonenter; |
|
This item has no description. | |
| Protected | property onexit: notifyeventty read fonexit write fonexit; |
|
This item has no description. | |
| Protected | property onfocus: notifyeventty read fonfocus write fonfocus; |
|
This item has no description. | |
| Protected | property ondefocus: notifyeventty read fondefocus write fondefocus; |
|
This item has no description. | |
| Protected | property onactivate: notifyeventty read fonactivate write fonactivate; |
|
This item has no description. | |
| Protected | property ondeactivate: notifyeventty read fondeactivate write fondeactivate; |
|
This item has no description. | |
| Protected | property onfocusedwidgetchanged: widgetchangeeventty
read fonfocusedwidgetchanged write fonfocusedwidgetchanged; |
|
This item has no description. | |
| Protected | property onmouseevent: mouseeventty read fonmouseevent write fonmouseevent; |
|
This item has no description. | |
| Protected | property onchildmouseevent: mouseeventty read fonchildmouseevent
write fonchildmouseevent; |
|
This item has no description. | |
| Protected | property onclientmouseevent: mouseeventty read fonclientmouseevent
write fonclientmouseevent; |
|
This item has no description. | |
| Protected | property onmousewheelevent: mousewheeleventty read fonmousewheelevent
write fonmousewheelevent; |
|
This item has no description. | |
| Protected | property onkeydown: keyeventty read fonkeydown write fonkeydown; |
|
This item has no description. | |
| Protected | property onkeyup: keyeventty read fonkeyup write fonkeyup; |
|
This item has no description. | |
| Protected | property onshortcut: shortcuteventty read fonshortcut write fonshortcut; |
|
This item has no description. | |
| Protected | property onloaded: notifyeventty read fonloaded write fonloaded; |
|
This item has no description. | |
| Protected | property onbeforepaint: painteventty read fonbeforepaint
write fonbeforepaint; |
|
This item has no description. | |
| Protected | property onpaintbackground: painteventty read fonpaintbackground
write fonpaintbackground; |
|
This item has no description. | |
| Protected | property onpaint: painteventty read fonpaint write fonpaint; |
|
This item has no description. | |
| Protected | property onafterpaint: painteventty read fonafterpaint write fonafterpaint; |
|
This item has no description. | |
| Protected | property onshow: notifyeventty read fonshow write fonshow; |
|
This item has no description. | |
| Protected | property onhide: notifyeventty read fonhide write fonhide; |
|
This item has no description. | |
| Protected | property onresize: notifyeventty read fonresize write fonresize; |
|
This item has no description. | |
| Protected | property onmove: notifyeventty read fonmove write fonmove; |
|
This item has no description. | |
| Protected | property onclosequery: queryeventty read fonclosequery write fonclosequery; |
|
This item has no description. | |
| Protected | property onevent: eventeventty read fonevent write fonevent; |
|
This item has no description. | |
| Protected | property oncomponentevent: componenteventeventty read foncomponentevent
write foncomponentevent; |
|
This item has no description. | |
| Protected | property onasyncevent: asynceventeventty read fonasyncevent write fonasyncevent; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.