Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
with frmMain do begin
Width:= 100;
Height:= 100;
Caption:= 'My Test';
ShowModal;
end;
frmMain.Width:= 100;
frmMain.Height:= 100;
frmMain.Caption:= 'My Test';
frmMain.ShowModal;
with frmMain, Label1 do begin
end;
with Something
.ThisBelongsToSomthing
ThisDoesNot
.Does
DoesNot
end with