Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/jhc-systems/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
markhumphreysjhc committed Aug 21, 2017
2 parents 29c038e + f162c0a commit eeb8b25
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ It provides a consistent object-oriented API, hiding the complexity of Microsoft

The DelphiUIAutomation library is a wrapper for the UIAutomationClient library, which has been extracted into the UIAutomationClient_TLB source file. As the generated code is large and complex, this has been wrapped up in a number of units, each providing classes that encapsulate part of this library (together with other utility methods).

### Initialise the libray

```pascal
TUIAuto.CreateUIAuto; // Initialise the library
```

### Launching an application

The TAutomationApplication class provides functionality to start and attach to an application. There are 3 class methods provided to do this.
Expand Down

0 comments on commit eeb8b25

Please sign in to comment.