Delphi's procedural types fall into three categories: standalone proceduresand functions, methods, and anonymous methods. The variables that can storethose types are all different, both in their memory size and their nature.Further differences between various procedural types come from the number ofparameters they have and their types, as well as whether they return someresult—whether they
Weiterlesen...