Difference between revisions of "CmdLine"

From Lazarus wiki
Jump to navigationJump to search
Line 24: Line 24:
 
=== Download ===
 
=== Download ===
  
The latest stable release can be found on ''link to the lazarus-ccr sf download location''.
+
The latest stable release can be found on ''http://sourceforge.net/project/showfiles.php?group_id=92177&package_id=247065''.
  
 
An Example Application is included !
 
An Example Application is included !

Revision as of 03:06, 28 September 2007

About

CmdLine is a prompt component, which has a few extra features to fit better into a VCL environment.

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.

Screenshots

Example Application:

ucmdline.png

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 http://sourceforge.net/project/showfiles.php?group_id=92177&package_id=247065.

An Example Application is included !

Change Log

  • Version 0.1 9.27.2007 Published, Component works on Win32

Dependencies / System Requirements

  • None

Status: Beta

Installation

  • Open cmdline.lpk
  • Press Install