{ Coloque um TButton no Form e altere o evento OnClick deste botão como abaixo: } procedure TForm1.Button1Click(Sender: TObject); begin ShowMessage('Largura: ' + IntToStr(Screen.Width) + #13 + 'Altura: ' + IntToStr(Screen.Height)); end;
O conteúdo desta página pode ajudar alguém? Compartilhe!