EtheaDev / StyledComponents

Components similar to Delphi VCL Buttons, Toolbar, DbNavigator, BindNavigator, ButtonGroup and CategoryButtons with Custom Graphic Styles, and an advanced, full-customizable TaskDialog, also with animations!
Apache License 2.0
152 stars 34 forks source link

Vcl.StyledTaskDialogFormUnit.pas - A/V checking #54

Closed lancerasmussen closed 8 hours ago

lancerasmussen commented 4 days ago

Line 334 should insert a check if FButtons[I] is assigned before accessing properties at the top of the loop.

Line 833 should also do the same check for assignment before accessing properties.

carloBarazzetta commented 4 days ago

thanks

carloBarazzetta commented 8 hours ago

Fixed in 3.7.0 version.