Jump to content
Sign in to follow this  
dummzeuch

Should Ctrl+Leftclick on inherited work in Delphi 11?

Recommended Posts

I just noticed that in Delphi 11 hovering the mouse over the inherited keyword in a method while pressing the Ctrl key underlines that keyword just like it does with an identifier. But clicking on it does nothing while for an identifier it takes me to the declaration or implementation. Should this also work for inherited?

 

Edit: It does work in other methods, I apparently tried it first on a method where it doesn't work for whatever reason.

 

So, to answer the question: Yes, it should.

Edited by dummzeuch

Share this post


Link to post

NOTE: in case of type is privated for "record" for example, Ctrl+Click or Find Declaration, = not found ( ex.: TSplitKind (is a Enum in a Record Helper in the same unit from 'function TStringHelper.InternalSplit((SplitType: TSplitKind...) ) - RAD 11.2

Edited by programmerdelphi2k

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
Sign in to follow this  

×