Edit Control Related Dialog Functions

 

COS.EditLimitText - Limits the number of characters allowed in an edit control

 

On Entry:          <cosCtlId>                   contains the control ID

 

<cosItemSize> contains the maximum characters to allowed

On Exit:

 

 

COS.EditSetSel - Sets the positions of an edit control selector

 

On Entry:          <cosCtlId>                   contains the control ID

 

<cosStart>                   contains the start position

 

<cosEnd>                    contains the end position

 

On Exit:            <cosFuncResult>          nonzero if the message is sent to an edit

control.

 

 

COS.EditReplaceSel - Replaces currently selected text with specified text

 

On Entry:          <cosCtlId>                   contains the control ID

 

                        <cosCtlText$> contains the replacement text

On Exit: