Skip to main content

TcxDBTextEdit Class

A data-aware single-line text editor.

Declaration

TcxDBTextEdit = class(
    TcxCustomTextEdit
)

Remarks

A single-line text editor allows users to edit a non-formatted string value stored in a database.

VCL Editors Library: A Single-Line Text Editor Example

Main API Members

The list below outlines key members of the TcxDBTextEdit class that allow you to configure plain text editors and manage their content.

Repository Item Class

You can create a TcxEditRepositoryTextItem component in an edit repository to store text editor settings and share them between multiple single-line text editors.

See Also