I have a problem with my program that I cannot pin to a logical error. There are no compiler warnings generated, and the code compiles. The problem lies somewhere in this constructor:
constructor TBar1.Create;
var i:integer;
begin
for i := 1 to 4 do
begin
Images[i] :=...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.