2016-04-30 8:06 GMT+02:00 Martin Schreiber <[email protected]>:
> I'll take a look. How do you show the form?

Like this:

var f: TfrmEditLibraryDirs;
begin
  f := TfrmEditLibraryDirs.Create(nil);
  try
    f.show(True);
  finally
    f.Free;
  end;
end;

If there will be some kind of fo_ownerformcenter then I could pass
owner form instead of nil

------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to