Unit 'vtoleacc' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_virtualtrees]

IAccessible

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: vtoleacc.pas line 207

type IAccessible = interface(IDispatch)

  function Get_accParent();

  

  function Get_accChildCount();

  

  function Get_accChild();

  

  function Get_accName();

  

  function Get_accValue();

  

  function Get_accDescription();

  

  function Get_accRole();

  

  function Get_accState();

  

  function Get_accHelp();

  

  function Get_accHelpTopic();

  

  function Get_accKeyboardShortcut();

  

  function Get_accFocus();

  

  function Get_accSelection();

  

  function Get_accDefaultAction();

  

  function accSelect();

  

  function accLocation();

  

  function accNavigate();

  

  function accHitTest();

  

  function accDoDefaultAction();

  

  function Set_accName();

  

  function Set_accValue();

  

end;

Inheritance

IAccessible

  

|

IInterface



CT Web help

CodeTyphon Studio