In Delphi, does anyone know of a way to extract a string version of a constant’s name?
const
myConstant = 1;
...
MyTextValue := SomConversionToText( myConstant );
showMessage( ‘The name of the constant is: ‘ + MyTextValue );
Is it even possible?
When you right click on a file and go to properties you get 3 tabs.
On the third tab "Summary", you get the option to add some comments for that file.
Does anyone know how to add a "Comment" like that, to a file I just created in delphi?
Thanks for you time
Apostolis adam
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.