This file dicuments LERWS.DLL V1.01, that is a part of
LEdit V1.08 Shareware package.
======================================================
This component provides an interface to LEdit V1.08 custom
control from Borland Resource Workshop (RW) and is a
part of LEdit OWL wrapper.

See file LERWS__I.TXT on how to install LERWS.DLL.

LERWS.DLL allow you to add LEdit controls to the dialogs, prepared
with RW. Double-click on LEdit control dragged on the form shows
LEdit option dialog where:

Text field in top - Depending on initialize type may contain file
left corner         name, text or file mask. LERWS.DLL automatically
                    add LEdit-Ask-User-, LEdit-File-Init- or nothing
                    to this field depending on initialize type
                    selected. If this field may fit in control caption
                    LERWS.DLL put it there, if not, it put it into
                    User Data and add ES_LOADFROMPARAM flag (see LEDIT.H
                    for details).

&Control ID      - ID of LEdit

Attributes (See Windows' documentation):

&Tab stop        - WS_TABSTOP. If set LEdit control won't accept TAB key
&Disabled        - WS_DISABLED
&Group           - WS_GROUP
&Border          - WS_BORDER 
&Visible         - WS_VISIBLE

Scroll bar (See Windows' documentation and LEDIT.H)

Vertica&l        - WS_VSCROLL
&Horizontal      - WS_HSCROLL

I&nitialize Type (Adds keywords to the caption. See LEDIT.H)

Load text        - LEdit will be initialized with text 
Load file        - LEdit will be initialized with given file
Ask file name    - LEdit will be initialized with file whose name
                   will be asked with Open File dialog. File mask
                   must be supplied. If user press "Cancel" in the
                   dialog CreateWindow() fails.

LEdit Control styles (See LEDIT.H)

Has fil&e        - ES_HASFILE
Has pop-&up menu - Not ES_HASNOTPOPUPMENU
Can change f&ile - ES_CANCHANGEFILE
Can change f&ont - ES_CANCHANGEFONT
Read onl&y       - ES_READONLY
&Syntax highlight- ES_HIGHLIGHT
T&ransparent     - ES_TRANSPARENT

Extra spacing (Adjust styles, see LEDIT.H)

Hori&zontal      - add ES_SMALLINDENT and/or ES_BIGINDENT
Vertic&al        - add ES_SMALLSPACING and/or ES_BIGSPACING