Poweredby

From Free Pascal wiki
Revision as of 17:39, 6 June 2014 by Torrenter (talk | contribs) (I am a Wiki idiot. Now the link works!)
Jump to navigationJump to search

TPoweredBy component

by minesadorada@charcodelvalle.com

powered by graphic.png

  • A visual component (installed on the 'Additional' tab) that fades in above shaped graphic image for 1 second
  • Drop into your form.create() event

Download

Download source from | here

Install

  1. Make a new folder 'poweredby' in your <lazarus>/components folder
  2. Unzip the archive into the folder
  3. In the Lazarus IDE choose 'Open' poweredby.lpk
  4. When asked 'Open as a project' answer 'yes'
  5. Click Compile
  6. Click Use/Install
  7. When asked 'would you like to compile lazarus?' answer 'yes'
  8. After Lazarus has restarted, check the 'Additional' component tab/palette for the new 'poweredby' component

Use

  • Start a new project application
  • Drop a 'poweredby' component onto the form
  • Double-click the empty form to show the TForm1.Create method
  • Add poweredby1.showpoweredbyform
  • Run the application

That's it!

License

LGPL license

Version

V1.0.0.0

Support

Email the author with any queries


See Also