Please enable JavaScript to view this site.

KOL/MCK - User Guide

RedrawFormMenuBar - for the main menu, this call provides an update of the image of the main menu bar after making any modifications in it. If such a call is not made, then the menu itself is not updated.

 

Sometimes the main menu uses a special visual effect of aligning one or more of the last top-level items of the main menu to the right. To achieve this effect, just run the following code:

 

i: = MainMenu1.ItemHandle [mmAbout];
ModifyMenu (MainMenu1.Handle, i,
MF_BYCOMMAND or mf_Help,
i,
PChar (MainMenu1.ItemText [mmAbout]));

 

KOL / MCK User Guide - Created by Carl Peeraer - Diamant Soft, based on the work of Vladimir Kladov - Artwerp.be

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Nav Header: ALT+n
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Exit Menu/Up: ESC