ITermEdit.WantReturns

Syntax

WantReturns: Boolean;

Description

The WantReturns property determines whether it is possible to insert a carriage return character in the edited text (pressing the ENTER key).

Comments

The property is set to True by default and it is possible to insert a carriage return character. If the property is set to False, the ENTER key pressing is ignored.

NOTE. This property is not supported for the Fore.NET components. There is always possibility to insert the carriage return character in the components.

See also:

ITermEdit