Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

matheusrmribeiro/DelphiProjects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Delphi tips

These tips was tested on Windows 7 and Windows 10

VCLBorderlessForm

What I learned?

  • Inheritance
  • Create a borderless form without losing common Windows commands
WIN + ↑ (Align the form Client)
WIN + ↓ (Minimize the form)
WIN + →(Align the form Right)
WIN + ←(Align the form Left)

I'm still translating from Portuguese to English