If I place a TTMSFNCObjectInspector on a TFrame and display this TFrame in my main form the inspector will not show up. Placing it directly on the main form works.
I am using Delphi 10.4 Update 2 with TMS FNC UI Pack v3.3.0.0
Thanks for your help.
Arnd Nolte
hi,
We'll investigate if we can improve the behavior, but Can you try the following code:
procedure TForm10.FormCreate(Sender: TObject); begin Frame111.TMSFNCObjectInspector1.BeginUpdate; Frame111.TMSFNCObjectInspector1.Initialize; Frame111.TMSFNCObjectInspector1.EndUpdate; end;