Please enable JavaScript to view this site.

KOL/MCK - User Guide

function NewProgressbar( AParent: PControl ): PControl;

 

Creates progress bar control. Following properties are special for progress bar:

 

Progress

property Progress: Integer index(( PBM_SETPOS or $8000 ) shl 16 ) or PBM_GETPOS;

MaxProgress

property MaxProgress: Integer index(( PBM_SETRANGE32 or $8000 ) shl 16 ) or PBM_GETRANGE;

ProgressColor

property ProgressColor: TColor;

ProgressBkColor

property ProgressBkColor: TColor;

 

function NewProgressbarEx( AParent: PControl; Options: TProgressbarOptions ): PControl;

 

Can create progress bar with smooth style (progress is not segmented onto bricks) or/and vertical progress bar - using additional parameter. For list of properties, suitable for progress bars, see NewProgressbar.

 

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