TeeEditStrings

TeeEditStrings function

function TeeEditStrings(AOwner: TComponent; Strings: TStrings; ReadOnly: Boolean): Boolean;

Unit
TeeStringsEditor

Description
Shows a simple form dialog to show and / or edit multiple lines of text in Strings parameter.

Returns True when the end user clicks the OK button to close the dialog.
Returns False when the end user click the Cancel button to close the dialog.

The ReadOnly parameter defines if the end user will be able to modify the Strings or not.