Cristian Peța 119 Posted 7 hours ago (edited) Using arrRect.SetBounds() you avoid a call to AlignObjects because TControl.SetBounds is checking some things before a call to AlignObjects Avoid setting TPosition.X Edited 7 hours ago by Cristian Peța Share this post Link to post
domus 2 Posted 7 hours ago 1 minute ago, Cristian Peța said: Avoid setting TPosition.X No kidding! Share this post Link to post
Patrick PREMARTIN 140 Posted 2 hours ago 4 hours ago, Cristian Peța said: Using arrRect.SetBounds() you avoid a call to AlignObjects because TControl.SetBounds is checking some things before a call to AlignObjects Avoid setting TPosition.X Thanks @Cristian Peța I've updated my sample project on https://embt.atlassian.net/servicedesk/customer/portal/1/RSS-3711 Hope they found a way to optimize this for 13. 1 Share this post Link to post