Guest_imported
New member
- Jan 1, 1970
- 0
why dont this work for me . I have delphi 6
if check1.Checked = true then;
cancel := true ;
else ;
cancel := false ;
end if ;
end;
if check1.Checked = true then;
cancel := true ;
else ;
cancel := false ;
end if ;
end;