Please enable JavaScript to view this site.

KOL/MCK - User Guide

On Windows, check boxes (check boxes and radio boxes) are flavors of a button. This is not surprising since their basic functionality is about the same, namely the ability to be pressed with a mouse or keyboard. There are also graphical analogs for these objects in KOL. And in their graphical incarnation, it is these objects that turn out to be most useful for facilitating the descriptor "weight" of all kinds of configuration dialogs, in which there can be hundreds of flags.

 

Constructors:

NewGraphCheckBox(Parent, Caption)

NewGraphRadioBox(Parent, Caption)

 

To catch a click, these objects also use the OnClick event, and the "checked" state is read and written through the Checked properties and the SetRadioChecked method, just like for their window prototypes.

 

 

Syntax

 

function NewGraphCheckBox( AParent: PControl; const ACaption: KOLString ): PControl;

Creates graphic checkbox.

 

function NewGraphRadioBox( AParent: PControl; const ACaption: KOLString ): PControl;

Creates graphic radiobox.

 

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