Thanks for the generous and very clear explanation, BigChimp.
I got it.
In fact, after further solving my little problem (mainly of being newbie in this IDE things), I did notice that although the title is SystemDelete, down at the bottom they call it System.Delete, which fully checks with what you are saying.
And I suppose, hopefully not misleading myself, that if they are included by default, the word "system" can be dropped out, or as in Lazarus/Free-Pascal, whatever unit owns "Delete", does not need to be named; or maybe in special cases to make things double sure.
Thanks a lot!