var sl:TStringlist; begin
sl:=TStringlist.create;
sl.add('something');
sl.Objects[sl.count-1]:=MyCheckbox; //<-- reference here where
MyCheckBox:TCheckBox
TStringlist it is an amazing object that doesn't exist with so many methods
in other environments!
dennis
[Non-text portions of this message have been removed]

