mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 17:05:34 +00:00
18 lines
464 B
Markdown
18 lines
464 B
Markdown
---
|
|
title: IKeyman::Apply Method
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeyman::Apply` method applies the changes which have been made
|
|
through the current API instantiation to the Keyman Engine. If
|
|
[`IKeyman::AutoApply`](AutoApply) is set to `False`, `Apply` must be
|
|
called after making changes through the Keyman API. The documentation
|
|
for each method that makes changes documents whether or not `Apply`
|
|
needs to be called.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
void Apply(void)
|
|
```
|