Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 421 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 421 Bytes

UsualInApp

Lazarus component that makes life easier by offering some usual features for the majority of applications, including for multi-platform devels.

  • Compile and install in Lazarus as usual.
  • Drop on the main form of your app.
  • Directly use. eg: 'MyConfigDirectory := UsualInApp1.SystemConfigDir;'

See demo/test program: usualinapp_test for some features, showing variable names to be used in your projects.