procedure Clear;
Clears all keyboard mappings.
LoadFromFile and LoadFromRes automatically call Clear prior to loading a set of mappings. To load a set of mappings from another source, Clear would have to be called first, and then Add for every mapping in your set.
See also: Add, LoadFromFile, LoadFromRes