Class tassistivewidgetitem

Unit

Declaration

type tassistivewidgetitem = class(tmsecomponent)

Description

No description available, ancestor tmsecomponent description follows

Hierarchy

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();
 
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;
 

Generated by PasDoc 0.16.0.