Class TCapsEdit (unit Capsedit) |
TEdit
TCapsEdit Component John Baumbach Delphi 1.0 and 2.0 email: mantis@vcnet.com Copyright (c) 1-12-96 http://www.vcnet.com/mantis by John Baumbach Installing Component to Toolbar: This component is currently set up to be added to the "Samples" palette of the toolbar. If you wish to add it to a different one, change the word "Samples" to the name of the desired palette in the "Register" procedure below. Select "Options | Install Components" and select "Add", then "capsedit.pas" from the directory where you unzipped this file. Delphi will then recompile the toolbar and the "TCapsEdit" component will be added to the palette! If you want to keep this component permanently, copy the "capsedit.pas" and "capsedit.dcr" files to the "Delphi\LIB" subdirectory and follow the above installation step. You can remove the component at any time the same way, except choose "Options | Install Components" and choose "CapsEdit" to remove. Usage: The TCapsEdit can be used just like a standard TEdit component, except that the first letter and every letter following a space will be capitalized. Limitations: The normal TEdit's "OnKeyPress" event is overridden in this component, so any code you may put in the "FormName.CapsEditOnKeyPress()" event in your program will be ignored.
Constructors |
Functions |
Properties |
Events |
Variables |
Constructors |
Functions |
Protected declarations
Properties |
Events |
Variables |