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