✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What triggers the FormShow event in the following code snippet?
procedure TfrmShapeSpaceCalc.btnBackClick(Sender: TObject);
begin
frmShapeSpaceCalc.FormShow(frmShapeSpaceCalc);
end;