There are three mirror components in the Mirror Classes Kit for editing controls:
•TKOLEditBox - one-line input field (created at runtime by the NewEditBox constructor without eoMultiline in the options);
•TKOLMemo - multi-line unformatted text input field (NewEditBox with the eoMultiline option);
•TKOLRichEdit - multi-line or one-line formatted text input field (NewRichEdit).