I tried to code on load Jade method like
var
loginForm : Form;
begin
create loginForm Transient;
loginForm.WindowState:=WindowsState.Maximized.
loginForm.ShowModal;
end
this is not perfect code, but I coded this way and it didn't work.
How can I maximize the windows as soon as the form is loaded.