Unit AMEdit

TAMEdit version 1.0 copyright © 1997 by Alexander Meeder (ameeder@dds.nl) This is descendant of TEdit component. I've added only but two advanced properties. You may use it for free but I do not guarantee anything properties: * Alignment -> default taLeftJustify, (taLeftJustify, taRightJustify, taCenter); * Keys -> default ksReturn and ksEscape, you can toggle these on/off. When 'on' you can navigate through these Edit-boxes by using the Return and Escape-keys (Return is next control, Escape is previous control). If you have suggestions about TAMEdit or make changes, please mail me: ameeder@dds.nl

Classes

TAMEdit -

Functions

Register -

Types

TKeySet
TKeySets

Constants

Variables


Functions


procedure Register;


Types


TKeySet = (ksReturn, ksEscape);

TKeySets = set of TKeySet

Constants


Variables