The new PUSH/POP directive in Delphi 13
The {$PUSHOPT} and {$POPOPT} directives introduced in Delphi 13 are used to save and restore the current set of compiler options and warning configurations. Useful when we want to include .inc files or code sections that might alter compiler settings, and we want to ensure that these changes do not affect the rest of your […]
The new PUSH/POP directive in Delphi 13 Read More »