Difference between revisions of "CmdLine"

From Lazarus wiki
Jump to navigationJump to search
(New page: === About === ''My Component'' is a prompt component, which has a few differences to fit better into a VCL enviroment. Its main caracteristics but these of an ordinary promt are : * Dyna...)
 
Line 7: Line 7:
 
* Independent input buffer so you can still write during input
 
* Independent input buffer so you can still write during input
  
;The download contains the component, an installation package and a demo application, that ;illustrates the features of the component along with some instrumentation for evaluating the ;chart on a given system.
 
 
At the Moment the download contains the Source only, add it to any package you like or create a new one.
 
At the Moment the download contains the Source only, add it to any package you like or create a new one.
 
  
 
=== Screenshot ===
 
=== Screenshot ===

Revision as of 21:56, 27 September 2007

About

My Component is a prompt component, which has a few differences to fit better into a VCL enviroment.

Its main caracteristics but these of an ordinary promt are :

  • Dynamic line length, lines which are to long are wrapped.
  • Independent input buffer so you can still write during input

At the Moment the download contains the Source only, add it to any package you like or create a new one.

Screenshot

Here is an exemple of My Component. (Insert picture...upload)

Author

Julian Schutsch

License

LGPL (please contact the author if the LGPL doesn't work with your project licensing)

Download

The latest stable release can be found on link to the lazarus-ccr sf download location.

Change Log

  • Version 1.0 date

Dependencies / System Requirements

  • None

Status: Beta

Installation

  • Create Package including ucmdline.pas by pressing File\New, then Package\Standard Package
  • Add Unit ucmdline.pas to package
  • Add Dependency "LCL Package"
  • Press Install