Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 14.0 (current version)Version 10.0Version 9.0 (home page)

On this page

IKeymanKeyboardsInstalled::Apply Method

Introduction

The IKeymanKeyboardsInstalled::Apply method applies any changes which have been made to the collection to the Keyman Engine. Apply must be called if IKeyman::AutoApply is set to False, after making any changes through the Keyman API. The documentation for each method that makes changes documents whether or not Apply needs to be called.

Generally, it is better to call the top-level IKeyman::Apply as that will ensure that changes to be applied will be consistently applied from all parts of the API at once. It is also faster than calling each collection's Apply method separately in order.

Specification

void Apply(void)