Class tassistivewidgetitem
Unit
Declaration
type tassistivewidgetitem = class(tmsecomponent)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- tcomponent
- tmsecomponent
- tassistivewidgetitem
Overview
Methods
| Protected | procedure linkhandler(); |
| Protected | procedure unlinkhandler(); |
| Protected | procedure objectevent(const sender: tobject; const event: objecteventty) override; |
| Protected | procedure dowindowactivated(const sender:tassistivehandler; const aintf: iassistiveclient; var handled: boolean); |
| Protected | procedure dowindowdeactivated(const sender:tassistivehandler; const aintf: iassistiveclient; var handled: boolean); |
| Protected | procedure dowindowclosed(const sender:tassistivehandler; const aintf: iassistiveclient; var handled: boolean); |
| Protected | procedure doenter(const sender:tassistivehandler; const aintf: iassistiveclient; var handled: boolean); |
| Protected | procedure doactivate(const sender:tassistivehandler; const aintf: iassistiveclient; var handled: boolean); |
| Protected | procedure dodeactivate(const sender:tassistivehandler; const aintf: iassistiveclient; var handled: boolean); |
| Protected | procedure doclientmouseevent(const sender:tassistivehandler; const aintf: iassistiveclient; const info: mouseeventinfoty; var handled: boolean); |
| Protected | procedure dokeydown(const sender:tassistivehandler; const aintf: iassistiveclient; const info: keyeventinfoty; var handled: boolean); |
| Protected | procedure dochange(const sender:tassistivehandler; const aintf: iassistiveclient; var handled: boolean); |
| Protected | procedure dodbvaluechanged(const sender:tassistivehandler; const aintf: iassistiveclientdata; var handled: boolean); |
| Protected | procedure dodataentered(const sender:tassistivehandler; const aintf: iassistiveclientdata; var handled: boolean); |
| Protected | procedure docellevent(const sender:tassistivehandler; const aintf: iassistiveclientgrid; const info: celleventinfoty; var handled: boolean); |
| Protected | procedure dogridbordertouched(const sender:tassistivehandler; const aintf: iassistiveclientgrid; const adirection: graphicdirectionty; var handled: boolean); |
| Protected | procedure doeditcharenter(const sender:tassistivehandler; const aintf: iassistiveclientedit; const achar: msestring; var handled: boolean); |
| Protected | procedure doeditchardelete(const sender:tassistivehandler; const aintf: iassistiveclientedit; const achar: msestring; var handled: boolean); |
| Protected | procedure doeditindexmoved(const sender:tassistivehandler; const aintf: iassistiveclientedit; const aindex: int32; var handled: boolean); |
| Protected | procedure doeditwithdrawn(const sender:tassistivehandler; const aintf: iassistiveclientedit; var handled: boolean); |
| Protected | procedure doedittextblock(const sender:tassistivehandler; const aintf: iassistiveclientedit; const amode: edittextblockmodety; const atext: msestring; var handled: boolean); |
| Protected | procedure doeditinputmodeset(const sender:tassistivehandler; const aintf: iassistiveclientedit; const amode: editinputmodety; var handled: boolean); |
| Protected | procedure donavigbordertouched(const sender:tassistivehandler; const aintf: iassistiveclient; const adirection: graphicdirectionty; var handled: boolean); |
| Protected | procedure dotabordertouched(const sender:tassistivehandler; const aintf: iassistiveclient; const adown: boolean; var handled: boolean); |
| Protected | procedure dodatasetevent(const sender:tassistivehandler; const aintf: iassistiveclient; const akind: assistivedbeventkindty; const adataset: tdataset; var handled: boolean); |
| Protected | function getcaption(const sender: tassistivehandler; const aintf: iassistiveclient): msestring; |
| Protected | function gettext(const sender: tassistivehandler; const aintf: iassistiveclient): msestring; |
| Protected | function gethint(const sender: tassistivehandler; const aintf: iassistiveclient): msestring; |
| Public | destructor destroy(); override; |
Properties
| Published | property handler: tassistivehandler read fhandler write sethandler; |
| Published | property widget: twidget read fwidget write setwidget; |
| Published | property caption: msestring read fcaption write fcaption; |
| Published | property text: msestring read ftext write ftext; |
| Published | property hint: msestring read fhint write fhint; |
| Published | property onwindowactivated: assistiveeventty read fonwindowactivated
write fonwindowactivated; |
| Published | property onwindowdeactivated: assistiveeventty read fonwindowdeactivated
write fonwindowdeactivated; |
| Published | property onwindowclosed: assistiveeventty read fonwindowclosed
write fonwindowclosed; |
| Published | property onenter: assistiveeventty read fonenter write fonenter; |
| Published | property onactivate: assistiveeventty read fonactivate write fonactivate; |
| Published | property ondeactivate: assistiveeventty read fondeactivate
write fondeactivate; |
| Published | property onclientmouseevent: assistivemouseeventty read fonclientmouseevent
write fonclientmouseevent; |
| Published | property onkeydown: assistivekeyeventty read fonkeydown write fonkeydown; |
| Published | property onchange: assistiveeventty read fonchange write fonchange; |
| Published | property ondataentered: assistivedataeventty read fondataentered
write fondataentered; |
| Published | property ondbvaluechanged: assistivedataeventty read fondbvaluechanged
write fondbvaluechanged; |
| Published | property oncellevent: assistivecelleventty read foncellevent
write foncellevent; |
| Published | property ongridbordertouched: assistivedirectiongrideventty
read fongridbordertouched write fongridbordertouched; |
| Published | property oneditcharenter: assistiveeditstringeventty read foneditcharenter
write foneditcharenter; |
| Published | property oneditchardelete: assistiveeditstringeventty read foneditchardelete
write foneditchardelete; |
| Published | property oneditwithdrawn: assistiveediteventty read foneditwithdrawn
write foneditwithdrawn; |
| Published | property oneditindexmoved: assistiveeditindexeventty read foneditindexmoved
write foneditindexmoved; |
| Published | property oneditinputmodeset: assistiveeditinputmodeeventty
read foneditinputmodeset write foneditinputmodeset; |
| Published | property onedittextblock: assistiveedittextblockeventty
read fonedittextblock write fonedittextblock; |
| Published | property onnavigbordertouched: assistivedirectioneventty
read fonnavigbordertouched write fonnavigbordertouched; |
| Published | property ontabordertouched: assistivebooleaneventty
read fontabordertouched write fontabordertouched; |
| Published | property ondatasetevent: assistivedataseteventty
read fondatasetevent write fondatasetevent; |
| Published | property ongetcaption: assistivestringeventty read fongetcaption
write fongetcaption; |
| Published | property ongettext: assistivestringeventty read fongettext
write fongettext; |
| Published | property ongethint: assistivestringeventty read fongethint
write fongethint; |
Description
Methods
| Protected | procedure linkhandler(); |
|
This item has no description. | |
| Protected | procedure unlinkhandler(); |
|
This item has no description. | |
| Protected | procedure objectevent(const sender: tobject; const event: objecteventty) override; |
|
This item has no description. | |
| Protected | procedure dowindowactivated(const sender:tassistivehandler; const aintf: iassistiveclient; var handled: boolean); |
|
This item has no description. | |
| Protected | procedure dowindowdeactivated(const sender:tassistivehandler; const aintf: iassistiveclient; var handled: boolean); |
|
This item has no description. | |
| Protected | procedure dowindowclosed(const sender:tassistivehandler; const aintf: iassistiveclient; var handled: boolean); |
|
This item has no description. | |
| Protected | procedure doenter(const sender:tassistivehandler; const aintf: iassistiveclient; var handled: boolean); |
|
This item has no description. | |
| Protected | procedure doactivate(const sender:tassistivehandler; const aintf: iassistiveclient; var handled: boolean); |
|
This item has no description. | |
| Protected | procedure dodeactivate(const sender:tassistivehandler; const aintf: iassistiveclient; var handled: boolean); |
|
This item has no description. | |
| Protected | procedure doclientmouseevent(const sender:tassistivehandler; const aintf: iassistiveclient; const info: mouseeventinfoty; var handled: boolean); |
|
This item has no description. | |
| Protected | procedure dokeydown(const sender:tassistivehandler; const aintf: iassistiveclient; const info: keyeventinfoty; var handled: boolean); |
|
This item has no description. | |
| Protected | procedure dochange(const sender:tassistivehandler; const aintf: iassistiveclient; var handled: boolean); |
|
This item has no description. | |
| Protected | procedure dodbvaluechanged(const sender:tassistivehandler; const aintf: iassistiveclientdata; var handled: boolean); |
|
This item has no description. | |
| Protected | procedure dodataentered(const sender:tassistivehandler; const aintf: iassistiveclientdata; var handled: boolean); |
|
This item has no description. | |
| Protected | procedure docellevent(const sender:tassistivehandler; const aintf: iassistiveclientgrid; const info: celleventinfoty; var handled: boolean); |
|
This item has no description. | |
| Protected | procedure dogridbordertouched(const sender:tassistivehandler; const aintf: iassistiveclientgrid; const adirection: graphicdirectionty; var handled: boolean); |
|
This item has no description. | |
| Protected | procedure doeditcharenter(const sender:tassistivehandler; const aintf: iassistiveclientedit; const achar: msestring; var handled: boolean); |
|
This item has no description. | |
| Protected | procedure doeditchardelete(const sender:tassistivehandler; const aintf: iassistiveclientedit; const achar: msestring; var handled: boolean); |
|
This item has no description. | |
| Protected | procedure doeditindexmoved(const sender:tassistivehandler; const aintf: iassistiveclientedit; const aindex: int32; var handled: boolean); |
|
This item has no description. | |
| Protected | procedure doeditwithdrawn(const sender:tassistivehandler; const aintf: iassistiveclientedit; var handled: boolean); |
|
This item has no description. | |
| Protected | procedure doedittextblock(const sender:tassistivehandler; const aintf: iassistiveclientedit; const amode: edittextblockmodety; const atext: msestring; var handled: boolean); |
|
This item has no description. | |
| Protected | procedure doeditinputmodeset(const sender:tassistivehandler; const aintf: iassistiveclientedit; const amode: editinputmodety; var handled: boolean); |
|
This item has no description. | |
| Protected | procedure donavigbordertouched(const sender:tassistivehandler; const aintf: iassistiveclient; const adirection: graphicdirectionty; var handled: boolean); |
|
This item has no description. | |
| Protected | procedure dotabordertouched(const sender:tassistivehandler; const aintf: iassistiveclient; const adown: boolean; var handled: boolean); |
|
This item has no description. | |
| Protected | procedure dodatasetevent(const sender:tassistivehandler; const aintf: iassistiveclient; const akind: assistivedbeventkindty; const adataset: tdataset; var handled: boolean); |
|
This item has no description. | |
| Protected | function getcaption(const sender: tassistivehandler; const aintf: iassistiveclient): msestring; |
|
This item has no description. | |
| Protected | function gettext(const sender: tassistivehandler; const aintf: iassistiveclient): msestring; |
|
This item has no description. | |
| Protected | function gethint(const sender: tassistivehandler; const aintf: iassistiveclient): msestring; |
|
This item has no description. | |
| Public | destructor destroy(); override; |
|
This item has no description. | |
Properties
| Published | property handler: tassistivehandler read fhandler write sethandler; |
|
This item has no description. | |
| Published | property widget: twidget read fwidget write setwidget; |
|
This item has no description. | |
| Published | property caption: msestring read fcaption write fcaption; |
|
This item has no description. | |
| Published | property text: msestring read ftext write ftext; |
|
This item has no description. | |
| Published | property hint: msestring read fhint write fhint; |
|
This item has no description. | |
| Published | property onwindowactivated: assistiveeventty read fonwindowactivated
write fonwindowactivated; |
|
This item has no description. | |
| Published | property onwindowdeactivated: assistiveeventty read fonwindowdeactivated
write fonwindowdeactivated; |
|
This item has no description. | |
| Published | property onwindowclosed: assistiveeventty read fonwindowclosed
write fonwindowclosed; |
|
This item has no description. | |
| Published | property onenter: assistiveeventty read fonenter write fonenter; |
|
This item has no description. | |
| Published | property onactivate: assistiveeventty read fonactivate write fonactivate; |
|
This item has no description. | |
| Published | property ondeactivate: assistiveeventty read fondeactivate
write fondeactivate; |
|
This item has no description. | |
| Published | property onclientmouseevent: assistivemouseeventty read fonclientmouseevent
write fonclientmouseevent; |
|
This item has no description. | |
| Published | property onkeydown: assistivekeyeventty read fonkeydown write fonkeydown; |
|
This item has no description. | |
| Published | property onchange: assistiveeventty read fonchange write fonchange; |
|
This item has no description. | |
| Published | property ondataentered: assistivedataeventty read fondataentered
write fondataentered; |
|
This item has no description. | |
| Published | property ondbvaluechanged: assistivedataeventty read fondbvaluechanged
write fondbvaluechanged; |
|
This item has no description. | |
| Published | property oncellevent: assistivecelleventty read foncellevent
write foncellevent; |
|
This item has no description. | |
| Published | property ongridbordertouched: assistivedirectiongrideventty
read fongridbordertouched write fongridbordertouched; |
|
This item has no description. | |
| Published | property oneditcharenter: assistiveeditstringeventty read foneditcharenter
write foneditcharenter; |
|
This item has no description. | |
| Published | property oneditchardelete: assistiveeditstringeventty read foneditchardelete
write foneditchardelete; |
|
This item has no description. | |
| Published | property oneditwithdrawn: assistiveediteventty read foneditwithdrawn
write foneditwithdrawn; |
|
This item has no description. | |
| Published | property oneditindexmoved: assistiveeditindexeventty read foneditindexmoved
write foneditindexmoved; |
|
This item has no description. | |
| Published | property oneditinputmodeset: assistiveeditinputmodeeventty
read foneditinputmodeset write foneditinputmodeset; |
|
This item has no description. | |
| Published | property onedittextblock: assistiveedittextblockeventty
read fonedittextblock write fonedittextblock; |
|
This item has no description. | |
| Published | property onnavigbordertouched: assistivedirectioneventty
read fonnavigbordertouched write fonnavigbordertouched; |
|
This item has no description. | |
| Published | property ontabordertouched: assistivebooleaneventty
read fontabordertouched write fontabordertouched; |
|
This item has no description. | |
| Published | property ondatasetevent: assistivedataseteventty
read fondatasetevent write fondatasetevent; |
|
This item has no description. | |
| Published | property ongetcaption: assistivestringeventty read fongetcaption
write fongetcaption; |
|
This item has no description. | |
| Published | property ongettext: assistivestringeventty read fongettext
write fongettext; |
|
This item has no description. | |
| Published | property ongethint: assistivestringeventty read fongethint
write fongethint; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.