5
votes
4answers
811 views
Showing TFrame descendant’s additional properties on the object inspector
Delphi object inspector doesn't show TFrame descendants's additional properties by design.
People tend to suggest using a known trick which is commonly used for showing TForm descendant's propertie …
0
votes
Showing TFrame descendant’s additional properties on the object inspector
@TOndrej,
Thank you for the answer.
I am using Delphi 2007 and i was using "TCustomModule" to register my frame class. (My question text was updated with those informations)
I tried your so …
0
votes
Showing TFrame descendant’s additional properties on the object inspector
@Tondrej,
Read comments for the problem, thanks in advance.
frameunit.dfm :
object MyFrame: TMyFrame
Left = 0
Top = 0
Width = 303
Height = 172
TabOrder = 0 …
0
votes
Delphi IDE treating TFrame as if it were a Form
You may have to register custom module to the IDE
But your additiona …
