[Lazarus] Strange visibility bug with TCustomGroupBox descendants

Mattias Gaertner nc-gaertnma at netcologne.de
Mon Dec 1 14:24:49 CET 2014


On Mon, 01 Dec 2014 11:57:12 +0100
Torsten Bonde Christiansen <tc at epidata.info> wrote:

>[...]

Just a note: Normally you would enclose the creation code:

  Application.CreateForm(TForm, F);
  F.DisableAutoSizing;
  ...
  F.EnableAutoSizing;
  Application.Run;

Mattias




More information about the Lazarus mailing list