What is the design class property of a file in a project?

In Delphi XE2, if I select a file in the project manager, the Object Inspector shows the properties of the file. What is the Design Class property and how is it used?

+5
source share
1 answer

Design Class is a read-only property. It shows the class name of the derived object. I saw this property only on TFrame.

0
source

All Articles