Unit Ef_Edit

-------------------------------------------------------------------- Super Labeled Input Controls (SLIC) =================================== EF_EDIT - Labeled input controls for Borland's Delphi product. v2.06b February 9, 1997 (for Delphi 1 and 2) Affordable Shareware; costs only U.S. $10 (incl. EF_INPUT,EF_DBEDT) --------------------------------------------------------------------- Copyright © 1996-97 Eric G.V. Fookes - All Rights Reserved - Address: Av. Eugène-Pittard 22Ter, CH - 1206 Geneva, Switzerland E-mail: fookes@sc2a.unige.ch Web: http://www.unige.ch/sciences/terre/geologie/fookes/delphi.htm ---------------------------------------------------------------------

Classes

TEnhLabel -
TInputListBox -
TLblComboBox -
TLblEdit -
TLblListbox -
TLblMaskEdit -
TLblMemo -

Functions

Register -

Types

TLabelPos

Constants

AdjLabelToControl
DefaultAddColon
DefaultLabelPos
DefaultLbxMargin
DefaultMargin
EditPrefix
LabelPrefix

Variables


Functions


procedure Register;


Types


TLabelPos = (lpCustom,lpTop,lpLeft,lpBottom,lpRight);

Constants

AdjLabelToControl = 3

Relative height in pixels of label top from control window top when LabelPos is lpLeft or lpRight. A value of 3 works well under many resolutions.

DefaultAddColon = True

Defines the default value for the AddColon property

DefaultLabelPos = lpLeft

The following constants make it easy to change the default label position

DefaultLbxMargin = 4

Size of margin in pixels separating Listbox from Edit control

DefaultMargin = 8

EditPrefix = 'edt_'

Prefix used when naming attached edit input to listbox

LabelPrefix = 'lbl_'

Prefix used when naming attached labels

Variables