Please enable JavaScript to view this site.

KOL/MCK - User Guide

function NewApplet( const Caption: KOLString ): PControl;

Creates applet button window, which has to be parent of all other forms in your project (but this is *not must*). See also comments about NewForm.

 

Following methods, properties and events are useful to work with applet control:

 

Run

procedure Run( var AppletCtl: PControl );

OnMessage

property OnMessage: TOnMessage;

Close

procedure Close;

IconLoad

procedure IconLoad( Inst: Integer; ResName: PKOLChar );

IconLoadCursor

procedure IconLoadCursor( Inst: Integer; ResName: PKOLChar );

Show

procedure Show;

Hide

procedure Hide;

IsMainWindow

function IsMainWindow: Boolean;

ProcessMessage

function ProcessMessage: Boolean;

ProcessMessages

procedure ProcessMessages;

ProcessPendingMessages

procedure ProcessPendingMessages;

Icon

property Icon: HIcon;

Caption

property Caption: KOLString;

ModalForm

property ModalForm: PControl;

 

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