Some C++ code have used useful macros/variables such as :
__FILE__, __LINE__, __FUNCSIG__, and so forth
Are there equivalent functionalities in Delphi ? If not, how should one implement custom functions to provide equivalent functionalities ?
Some C++ code have used useful macros/variables such as :
__FILE__, __LINE__, __FUNCSIG__, and so forth
Are there equivalent functionalities in Delphi ? If not, how should one implement custom functions to provide equivalent functionalities ?