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

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)