Skip to main content
A newer version of this page is available. .

TcxCustomTextEdit Class

The base class for the classes that implement text editors and for the user-defined classes representing single-line text editors.

Declaration

TcxCustomTextEdit = class(
    TcxCustomEdit,
    IcxFormatControllerListener
)

Remarks

This class provides properties and methods defining the basic functionality of text editors. Use the Properties property to access the properties that control the behavior specific to text editors.

See Also