mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
464 B
464 B
| 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 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
void Apply(void)