Return to Snippet

Revision: 69700
at August 20, 2015 03:59 by xyzeugene


Initial Code
Label1.Caption := IntToStr (Screen.Width) + 'x' + IntToStr (Screen.Height); 
ListBox1.Items := Screen.Fonts;

Initial URL


Initial Description
display the screen size and the list of fonts

Initial Title
Delphi/Lazarus: Display the screen size and the list of fonts

Initial Tags


Initial Language
Delphi