Hello!
I have vertscrollbox in a form and nested frames in it.
When I try destroy controls:
Self.VertScrollBox.BeginUpdate;
Self.VertScrollBox.DeleteChildren;
Self.VertScrollBox.EndUpdate;
Self.VertScrollBox.RealignContent;
I've got access violation error, BUT only in IOS platform, in windows - all OK.
Is it a bug??