http://bugs.winehq.org/show_bug.cgi?id=5376
Summary: Changing a win32 forms border style with Delphi 2006 to bsnone at runtime causes a AV Product: Wine Version: 0.9.14. Platform: PC URL: http://www.amsoftwaredesign.com OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P5 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: tony_caduto@amsoftwaredesign.com
Changing a win32 forms border style with Delphi 2006 to bsnone at runtime causes a AV. example: theform.borderstyle:=bsnone;
Setting the form's borderstyle at design time is the only solution and when embedding forms in a pagecontrol, you can't always set it at design time.