Jump to content
Gábor

Line number of source code at runtime

Recommended Posts

Hello!
Can someone help me?
I would like to know the Line number of source code at runtime.
Thanks in advance!

Share this post


Link to post

C++ has __FILE__ and __LINE__ macros. There is no equivalent in Delphi. Is that what you are asking for? If not, then please clarify your question.

Edited by Remy Lebeau

Share this post


Link to post

I bet that he wants the call stack for exceptions. (Maybe for multi-platform application. I am guessing, that could be a reason to choose fmx forum as it's the multi platform framework).

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×