Han777
Programmer
- Dec 12, 2007
- 19
In Delphi, could someone give me an example of what is meant by variables that are "static at the class level.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
type
TMyClass = class
A: longint; static;
end;