About the new Delphi 13 “magic” routine NameOf (also UnitName)
NameOf is a magic function introduced in Delphi 13. What it does is return the identifier name of a symbol (routine, variable, etc) as a string, as resolved by the compiler. It can be used for: Consistent naming Its main advantage is that if we later rename the function, the compiler forces the change […]
About the new Delphi 13 “magic” routine NameOf (also UnitName) Read More »