while I don't have a specific answer for your question, here is a link to OOP in Delphi that I found extremely helpful in grasping some of the more advanced topics of OOP.
Thanks Les Paul for the good suggestion. I often consult delphiabout.com. I've been told by a programming associate that a variable that is static at the class level is coded like this (Quotes are his):
type
TMyClass = class
A: longint; static;
end;
In this case, a becomes essentially a global variable.
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.