Interface iassistiveserver

Unit

Declaration

type iassistiveserver = interface(inullinterface)

Description

No description available, ancestor inullinterface description follows
Attributes
GUID[miid_iassistiveserver]

Hierarchy

Overview

Methods

Public procedure doapplicationactivated();
Public procedure doapplicationdeactivated();
Public procedure dowindowactivated(const sender: iassistiveclient);
Public procedure dowindowdeactivated(const sender: iassistiveclient);
Public procedure dowindowclosed(const sender: iassistiveclient);
Public procedure doenter(const sender: iassistiveclient);
Public procedure doactivate(const sender: iassistiveclient);
Public procedure dodeactivate(const sender: iassistiveclient);
Public procedure doclientmouseevent(const sender: iassistiveclient; const info: mouseeventinfoty);
Public procedure dofocuschanged(const sender: iassistiveclient; const oldwidget,newwidget: iassistiveclient);
Public procedure dokeydown(const sender: iassistiveclient; const info: keyeventinfoty);
Public procedure dochange(const sender: iassistiveclient);
Public procedure dodbvaluechanged(const sender: iassistiveclientdata);
Public procedure dodataentered(const sender: iassistiveclientdata);
Public procedure docellevent(const sender: iassistiveclientgrid; const info: celleventinfoty);
Public procedure dogridbordertouched(const sender: iassistiveclientgrid; const adirection: graphicdirectionty);
Public procedure doeditcharenter(const sender: iassistiveclientedit; const achar: msestring);
Public procedure doeditchardelete(const sender: iassistiveclientedit; const achar: msestring);
Public procedure doeditwithdrawn(const sender: iassistiveclientedit);
Public procedure doeditindexmoved(const sender: iassistiveclientedit; const aindex: int32);
Public procedure doeditinputmodeset(const sender: iassistiveclientedit; const amode: editinputmodety);
Public procedure doedittextblock(const sender: iassistiveclientedit; const amode: edittextblockmodety; const atext: msestring);
Public procedure donavigbordertouched(const sender: iassistiveclient; const adirection: graphicdirectionty);
Public procedure dotabordertouched(const sender: iassistiveclient; const adown: boolean);
Public procedure doactionexecute(const sender: iassistiveclient; const senderobj: tobject; const info: actioninfoty);
Public procedure doitementer(const sender: iassistiveclient; const items: shapeinfoarty; const aindex: integer);
Public procedure domenuactivated(const sender: iassistiveclientmenu);
Public procedure doitementer(const sender: iassistiveclientmenu; const items: menucellinfoarty; const aindex: integer);
Public procedure dodatasetevent(const sender: iassistiveclient; const akind: assistivedbeventkindty; const adataset: pointer);

Description

Methods

Public procedure doapplicationactivated();
 
Public procedure doapplicationdeactivated();
 
Public procedure dowindowactivated(const sender: iassistiveclient);
 
Public procedure dowindowdeactivated(const sender: iassistiveclient);
 
Public procedure dowindowclosed(const sender: iassistiveclient);
 
Public procedure doenter(const sender: iassistiveclient);
 
Public procedure doactivate(const sender: iassistiveclient);
 
Public procedure dodeactivate(const sender: iassistiveclient);
 
Public procedure doclientmouseevent(const sender: iassistiveclient; const info: mouseeventinfoty);
 
Public procedure dofocuschanged(const sender: iassistiveclient; const oldwidget,newwidget: iassistiveclient);
 
Public procedure dokeydown(const sender: iassistiveclient; const info: keyeventinfoty);
 
Public procedure dochange(const sender: iassistiveclient);
 
Public procedure dodbvaluechanged(const sender: iassistiveclientdata);
 
Public procedure dodataentered(const sender: iassistiveclientdata);
 
Public procedure docellevent(const sender: iassistiveclientgrid; const info: celleventinfoty);
 
Public procedure dogridbordertouched(const sender: iassistiveclientgrid; const adirection: graphicdirectionty);
 
Public procedure doeditcharenter(const sender: iassistiveclientedit; const achar: msestring);
 
Public procedure doeditchardelete(const sender: iassistiveclientedit; const achar: msestring);
 
Public procedure doeditwithdrawn(const sender: iassistiveclientedit);
 
Public procedure doeditindexmoved(const sender: iassistiveclientedit; const aindex: int32);
 
Public procedure doeditinputmodeset(const sender: iassistiveclientedit; const amode: editinputmodety);
 
Public procedure doedittextblock(const sender: iassistiveclientedit; const amode: edittextblockmodety; const atext: msestring);
 
Public procedure donavigbordertouched(const sender: iassistiveclient; const adirection: graphicdirectionty);
 
Public procedure dotabordertouched(const sender: iassistiveclient; const adown: boolean);
 
Public procedure doactionexecute(const sender: iassistiveclient; const senderobj: tobject; const info: actioninfoty);
 
Public procedure doitementer(const sender: iassistiveclient; const items: shapeinfoarty; const aindex: integer);
 
Public procedure domenuactivated(const sender: iassistiveclientmenu);
 
Public procedure doitementer(const sender: iassistiveclientmenu; const items: menucellinfoarty; const aindex: integer);
 
Public procedure dodatasetevent(const sender: iassistiveclient; const akind: assistivedbeventkindty; const adataset: pointer);
 

Generated by PasDoc 0.16.0.