Unit MChkList |
Renamed from ChkList.pas 6/7/1998 Paul Rice to avoid conflict with Arjen Broeze's work. ---------------------------------------------------------------------------- -- Filename: Mchklist.pas -- Version: 0.1.0.2 -- Author: Michael Dürig (md) -- Purpose: TCheckList is derived from TListBox and -- and provides a listbox with a checkbox -- for every entry. -- IMPORTANT: In order to run with windows versions -- older than Windows 95, STDCNTRLS.PAS -- must be patched as following: -- -- function TListBoxStrings.Add(const S: string): Integer; -- ... -- --> SendMessage(ListBox.Handle, LB_SETITEMDATA, Result, 0); -- end; -- -- procedure TListBoxStrings.Insert(Index: Integer; const S: string); -- ... -- --> SendMessage(ListBox.Handle, LB_SETITEMDATA, Index, 0); -- end; -- ---------------------------------------------------------------------------- -- (C) 1996 EYE Communications AG -- Lindenhofstrasse 30 -- 4002 Basel -- info@eye.ch / www.eye.ch ---------------------------------------------------------------------------- -- History: 02.03.96md v0.1.0.0 Creation -- 15.03.96md v0.1.0.1 Changed clOlive as transparent color -- 28.06.96md v0.1.0.2 Cleanup ----------------------------------------------------------------------------
Classes |
Functions |
Register -
Types |
Constants |
Variables |
Functions |
Types |
Constants |
Variables |