im new to Delphi and i just saw this 2do tutorial on Delphi. The thing is that i have read a lot of pages but i can't find what short cut to change a component's name (as the guy from the video does). It not a big deal, but it's breaking my head for a couple of days.

Thanks a lot!

You can see what i mean in the 28 sec of the video:

Video tutorial #2

有帮助吗?

解决方案

I would recommend to get get used to standard workflow first:

To change components name you need to select it first, then go to Object Inspector frame (opened by View > Object Inspector or F11) and edit the Name field there. That's the components name.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top