The problem is in a purchased control and the original developer is no longer to be found.
The basic problem is the following code from the control:
procedure TPline.SetCapacity(NewCapacity: Integer);
begin
if (NewCapacity < FCount) or (NewCapacity > MaxVertexListSize) then...
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.