Tagged Questions
7
votes
4answers
1k views
Does Delphi have any equivalent to C's volatile variable?
In C and C++ a variable can be marked as volatile, which means the compiler will not optimize it because it may be modified external to the declaring object. Is there an equivalent in Delphi ...