spiegel-keyman/windows/docs/engine/api/IKeyman/Apply.md
2024-10-31 10:17:54 +07:00

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)
```