Unit mseassistivehandler
Description
This item has no description.
Overview
Classes, Interfaces, Objects and Records
| Name | Description |
|---|---|
Class tassistivespeak |
|
Class tassistivewidgetitem |
|
Record assistivewidgetdataty |
|
Record assistivewidgethashdataty |
|
Class tassistivewidgetitemlist |
|
Class tassistivehandler |
Types
assistivehandlerstatety = (...); |
assistivehandlerstatesty = set of assistivehandlerstatety; |
assistiveeventty = procedure(const sender: tassistivewidgetitem; const handler: tassistivehandler; const intf: iassistiveclient; var handled: boolean) of object; |
assistivemouseeventty = procedure(const sender: tassistivewidgetitem; const handler: tassistivehandler; const intf: iassistiveclient; const info: mouseeventinfoty; var handled: boolean) of object; |
assistivefocuschangedeventty = procedure(const sender: tassistivewidgetitem; const handler: tassistivehandler; const intf: iassistiveclient; const oldwidget,newwidget: iassistiveclient; var handled: boolean) of object; |
assistivekeyeventty = procedure(const sender: tassistivewidgetitem; const handler: tassistivehandler; const intf: iassistiveclient; const info: keyeventinfoty; var handled: boolean) of object; |
assistivedataeventty = procedure(const sender: tassistivewidgetitem; const handler: tassistivehandler; const intf: iassistiveclientdata; var handled: boolean) of object; |
assistivecelleventty = procedure(const sender: tassistivewidgetitem; const handler: tassistivehandler; const intf: iassistiveclientgrid; const info: celleventinfoty; var handled: boolean) of object; |
assistiveediteventty = procedure(const sender: tassistivewidgetitem; const handler: tassistivehandler; const intf: iassistiveclientedit; var handled: boolean) of object; |
assistiveeditstringeventty = procedure(const sender: tassistivewidgetitem; const handler: tassistivehandler; const intf: iassistiveclientedit; const atext: msestring; var handled: boolean) of object; |
assistiveeditindexeventty = procedure(const sender: tassistivewidgetitem; const handler: tassistivehandler; const intf: iassistiveclientedit; const index: int32; var handled: boolean) of object; |
assistiveeditinputmodeeventty = procedure(const sender: tassistivewidgetitem; const handler: tassistivehandler; const intf: iassistiveclientedit; const amode: editinputmodety; var handled: boolean) of object; |
assistiveedittextblockeventty = procedure(const sender: tassistivewidgetitem; const handler: tassistivehandler; const intf: iassistiveclientedit; const amode: edittextblockmodety; const atext: msestring; var handled: boolean) of object; |
assistivedirectioneventty = procedure(const sender: tassistivewidgetitem; const handler: tassistivehandler; const intf: iassistiveclient; const adirection: graphicdirectionty; var handled: boolean) of object; |
assistivebooleaneventty = procedure(const sender: tassistivewidgetitem; const handler: tassistivehandler; const intf: iassistiveclient; const avalue: boolean; var handled: boolean) of object; |
assistivedirectiongrideventty = procedure(const sender: tassistivewidgetitem; const handler: tassistivehandler; const intf: iassistiveclientgrid; const adirection: graphicdirectionty; var handled: boolean) of object; |
assistivestringeventty = procedure(const sender: tassistivewidgetitem; const handler: tassistivehandler; const intf: iassistiveclient; var atext: msestring) of object; |
assistivedataseteventty = procedure(const sender: tassistivewidgetitem; const handler: tassistivehandler; const intf: iassistiveclient; const akind: assistivedbeventkindty; const adataset: tdataset; var handled: boolean) of object; |
passistivewidgethashdataty = ˆassistivewidgethashdataty; |
assistiveservereventty = procedure(const sender:tassistivehandler; var handled: boolean) of object; |
assistiveserverclienteventty = procedure(const sender:tassistivehandler; const intf: iassistiveclient; var handled: boolean) of object; |
assistiveserverkeyeventty = procedure(const sender:tassistivehandler; const intf: iassistiveclient; const info: keyeventinfoty; var handled: boolean) of object; |
assistiveservermouseeventty = procedure(const sender:tassistivehandler; const intf: iassistiveclient; const info: mouseeventinfoty; var handled: boolean) of object; |
assistiveserverdataeventty = procedure(const sender:tassistivehandler; const intf: iassistiveclientdata; var handled: boolean) of object; |
assistiveservercelleventty = procedure(const sender:tassistivehandler; const intf: iassistiveclientgrid; const info: celleventinfoty; var handled: boolean) of object; |
assistiveservereditstringeventty = procedure(const sender:tassistivehandler; const intf: iassistiveclientedit; const achar: msestring; var handled: boolean) of object; |
assistiveserverediteventty = procedure(const sender:tassistivehandler; const intf: iassistiveclientedit; var handled: boolean) of object; |
assistiveservereditindexeventty = procedure(const sender:tassistivehandler; const intf: iassistiveclientedit; const index: int32; var handled: boolean) of object; |
assistiveservereditinputmodeeventty = procedure(const sender:tassistivehandler; const intf: iassistiveclientedit; const amode: editinputmodety; var handled: boolean) of object; |
assistiveserveredittextblockeventty = procedure(const sender:tassistivehandler; const intf: iassistiveclientedit; const amode: edittextblockmodety; const atext: msestring; var handled: boolean) of object; |
assistiveserverdirectioneventty = procedure(const sender:tassistivehandler; const intf: iassistiveclient; const adirection: graphicdirectionty; var handled: boolean) of object; |
assistiveserverbooleaneventty = procedure(const sender:tassistivehandler; const intf: iassistiveclient; const avalue: boolean; var handled: boolean) of object; |
assistiveservergriddirectioneventty = procedure(const sender:tassistivehandler; const intf: iassistiveclientgrid; const adirection: graphicdirectionty; var handled: boolean) of object; |
assistiveserverfocuschangedeventty = procedure(const sender:tassistivehandler; const oldwidget,newwidget: iassistiveclient; var handled: boolean) of object; |
assistiveserveractioneventty = procedure (const sender: tassistivehandler; const intf: iassistiveclient; const actionobj: tobject; const info: actioninfoty; var handled: boolean) of object; |
assistiveserveritemeventty = procedure (const sender:tassistivehandler; const intf: iassistiveclient; const items: shapeinfoarty; const aindex: integer; var handled: boolean) of object; |
assistiveservermenueventty = procedure (const sender:tassistivehandler; const intf: iassistiveclientmenu; var handled: boolean) of object; |
assistiveservermenuitemeventty = procedure (const sender:tassistivehandler; const intf: iassistiveclientmenu; const items: menucellinfoarty; const aindex: integer; var handled: boolean) of object; |
assistiveserverdataseteventty = procedure(const handler: tassistivehandler; const intf: iassistiveclient; const akind: assistivedbeventkindty; const adataset: tdataset; var handled: boolean) of object; |
speakoptionty = (...); |
speakoptionsty = set of speakoptionty; |
Constants
internalstates = [ahs_active,ahs_speaklocked,ahs_activated,
ahs_applicationactivated]; |
volumemin = 0.2; |
volumemax = 2; |
ratemin = 0.2; |
ratemax = 5; |
Description
Types
assistivehandlerstatety = (...); |
|
This item has no description. Values
|
assistivehandlerstatesty = set of assistivehandlerstatety; |
|
This item has no description. |
assistiveeventty = procedure(const sender: tassistivewidgetitem; const handler: tassistivehandler; const intf: iassistiveclient; var handled: boolean) of object; |
|
This item has no description. |
assistivemouseeventty = procedure(const sender: tassistivewidgetitem; const handler: tassistivehandler; const intf: iassistiveclient; const info: mouseeventinfoty; var handled: boolean) of object; |
|
This item has no description. |
assistivefocuschangedeventty = procedure(const sender: tassistivewidgetitem; const handler: tassistivehandler; const intf: iassistiveclient; const oldwidget,newwidget: iassistiveclient; var handled: boolean) of object; |
|
This item has no description. |
assistivekeyeventty = procedure(const sender: tassistivewidgetitem; const handler: tassistivehandler; const intf: iassistiveclient; const info: keyeventinfoty; var handled: boolean) of object; |
|
This item has no description. |
assistivedataeventty = procedure(const sender: tassistivewidgetitem; const handler: tassistivehandler; const intf: iassistiveclientdata; var handled: boolean) of object; |
|
This item has no description. |
assistivecelleventty = procedure(const sender: tassistivewidgetitem; const handler: tassistivehandler; const intf: iassistiveclientgrid; const info: celleventinfoty; var handled: boolean) of object; |
|
This item has no description. |
assistiveediteventty = procedure(const sender: tassistivewidgetitem; const handler: tassistivehandler; const intf: iassistiveclientedit; var handled: boolean) of object; |
|
This item has no description. |
assistiveeditstringeventty = procedure(const sender: tassistivewidgetitem; const handler: tassistivehandler; const intf: iassistiveclientedit; const atext: msestring; var handled: boolean) of object; |
|
This item has no description. |
assistiveeditindexeventty = procedure(const sender: tassistivewidgetitem; const handler: tassistivehandler; const intf: iassistiveclientedit; const index: int32; var handled: boolean) of object; |
|
This item has no description. |
assistiveeditinputmodeeventty = procedure(const sender: tassistivewidgetitem; const handler: tassistivehandler; const intf: iassistiveclientedit; const amode: editinputmodety; var handled: boolean) of object; |
|
This item has no description. |
assistiveedittextblockeventty = procedure(const sender: tassistivewidgetitem; const handler: tassistivehandler; const intf: iassistiveclientedit; const amode: edittextblockmodety; const atext: msestring; var handled: boolean) of object; |
|
This item has no description. |
assistivedirectioneventty = procedure(const sender: tassistivewidgetitem; const handler: tassistivehandler; const intf: iassistiveclient; const adirection: graphicdirectionty; var handled: boolean) of object; |
|
This item has no description. |
assistivebooleaneventty = procedure(const sender: tassistivewidgetitem; const handler: tassistivehandler; const intf: iassistiveclient; const avalue: boolean; var handled: boolean) of object; |
|
This item has no description. |
assistivedirectiongrideventty = procedure(const sender: tassistivewidgetitem; const handler: tassistivehandler; const intf: iassistiveclientgrid; const adirection: graphicdirectionty; var handled: boolean) of object; |
|
This item has no description. |
assistivestringeventty = procedure(const sender: tassistivewidgetitem; const handler: tassistivehandler; const intf: iassistiveclient; var atext: msestring) of object; |
|
This item has no description. |
assistivedataseteventty = procedure(const sender: tassistivewidgetitem; const handler: tassistivehandler; const intf: iassistiveclient; const akind: assistivedbeventkindty; const adataset: tdataset; var handled: boolean) of object; |
|
This item has no description. |
passistivewidgethashdataty = ˆassistivewidgethashdataty; |
|
This item has no description. |
assistiveservereventty = procedure(const sender:tassistivehandler; var handled: boolean) of object; |
|
This item has no description. |
assistiveserverclienteventty = procedure(const sender:tassistivehandler; const intf: iassistiveclient; var handled: boolean) of object; |
|
This item has no description. |
assistiveserverkeyeventty = procedure(const sender:tassistivehandler; const intf: iassistiveclient; const info: keyeventinfoty; var handled: boolean) of object; |
|
This item has no description. |
assistiveservermouseeventty = procedure(const sender:tassistivehandler; const intf: iassistiveclient; const info: mouseeventinfoty; var handled: boolean) of object; |
|
This item has no description. |
assistiveserverdataeventty = procedure(const sender:tassistivehandler; const intf: iassistiveclientdata; var handled: boolean) of object; |
|
This item has no description. |
assistiveservercelleventty = procedure(const sender:tassistivehandler; const intf: iassistiveclientgrid; const info: celleventinfoty; var handled: boolean) of object; |
|
This item has no description. |
assistiveservereditstringeventty = procedure(const sender:tassistivehandler; const intf: iassistiveclientedit; const achar: msestring; var handled: boolean) of object; |
|
This item has no description. |
assistiveserverediteventty = procedure(const sender:tassistivehandler; const intf: iassistiveclientedit; var handled: boolean) of object; |
|
This item has no description. |
assistiveservereditindexeventty = procedure(const sender:tassistivehandler; const intf: iassistiveclientedit; const index: int32; var handled: boolean) of object; |
|
This item has no description. |
assistiveservereditinputmodeeventty = procedure(const sender:tassistivehandler; const intf: iassistiveclientedit; const amode: editinputmodety; var handled: boolean) of object; |
|
This item has no description. |
assistiveserveredittextblockeventty = procedure(const sender:tassistivehandler; const intf: iassistiveclientedit; const amode: edittextblockmodety; const atext: msestring; var handled: boolean) of object; |
|
This item has no description. |
assistiveserverdirectioneventty = procedure(const sender:tassistivehandler; const intf: iassistiveclient; const adirection: graphicdirectionty; var handled: boolean) of object; |
|
This item has no description. |
assistiveserverbooleaneventty = procedure(const sender:tassistivehandler; const intf: iassistiveclient; const avalue: boolean; var handled: boolean) of object; |
|
This item has no description. |
assistiveservergriddirectioneventty = procedure(const sender:tassistivehandler; const intf: iassistiveclientgrid; const adirection: graphicdirectionty; var handled: boolean) of object; |
|
This item has no description. |
assistiveserverfocuschangedeventty = procedure(const sender:tassistivehandler; const oldwidget,newwidget: iassistiveclient; var handled: boolean) of object; |
|
This item has no description. |
assistiveserveractioneventty = procedure (const sender: tassistivehandler; const intf: iassistiveclient; const actionobj: tobject; const info: actioninfoty; var handled: boolean) of object; |
|
This item has no description. |
assistiveserveritemeventty = procedure (const sender:tassistivehandler; const intf: iassistiveclient; const items: shapeinfoarty; const aindex: integer; var handled: boolean) of object; |
|
This item has no description. |
assistiveservermenueventty = procedure (const sender:tassistivehandler; const intf: iassistiveclientmenu; var handled: boolean) of object; |
|
This item has no description. |
assistiveservermenuitemeventty = procedure (const sender:tassistivehandler; const intf: iassistiveclientmenu; const items: menucellinfoarty; const aindex: integer; var handled: boolean) of object; |
|
This item has no description. |
assistiveserverdataseteventty = procedure(const handler: tassistivehandler; const intf: iassistiveclient; const akind: assistivedbeventkindty; const adataset: tdataset; var handled: boolean) of object; |
|
This item has no description. |
speakoptionty = (...); |
|
This item has no description. Values
|
speakoptionsty = set of speakoptionty; |
|
This item has no description. |
Constants
internalstates = [ahs_active,ahs_speaklocked,ahs_activated,
ahs_applicationactivated]; |
|
This item has no description. |
volumemin = 0.2; |
|
This item has no description. |
volumemax = 2; |
|
This item has no description. |
ratemin = 0.2; |
|
This item has no description. |
ratemax = 5; |
|
This item has no description. |
Generated by PasDoc 0.17.0.snapshot.