Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   Delphi Radiogroup - Items verschieben im OnResize - Fehler (https://www.delphipraxis.net/215281-radiogroup-items-verschieben-im-onresize-fehler.html)

himitsu 6. Jun 2024 12:17

AW: Radiogroup - Items verschieben im OnResize - Fehler
 
Delphi-Quellcode:
type
  TRadioGroup = class(Vcl.ExtCtrls.TRadioGroup)
  protected
    procedure ArrangeButtons; override;
  end;

  TForm1 = class(TForm)
    ...
Dann wird beim Laden (Create) der TForm1 automatisch diese Ableitung benutzt. (nur zur Laufzeit)



So wie damals auch hier
https://www.delphipraxis.net/141895-...phi-other.html


Alle Zeitangaben in WEZ +1. Es ist jetzt 01:47 Uhr.
Seite 2 von 2     12   

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz