6
votes
5answers
450 views
Form.Release + NIL
Hello,
if Form.Release is called after using the form, it will free all related memory but not set the form variable to nil.
if not assigned (Form1) then
begin
Applica …
2
votes
3answers
346 views
Compiler Hint: “Inline function ‘…’ has not been expanded…”
In a unit I use the function DeleteFile and the compiler outputs a hint:
"H2443 Inline function 'DeleteFile' has not been expanded because unit 'Windows' is not specified in …
