Questions
After reading this, you should be able to answer the following questions:
- In what scenario will the finalization section of a unit not get called?
- What code comment style can comment out all other comments?
- Can a nested type declare its own constant?
- How long has Unicode been the default string type in Delphi?
- What value should a
TComparer<T>.Compare
function return if its left parameter is less than its right parameter? - Why do you have to call
Synchronize
to access properties of the main form from a thread? - When do you need to get the RTTI context?
- What version of Delphi introduced inline variables?