Back to Devexpress

TcxCustomTextEdit.Properties Property

vcl-cxtextedit-dot-tcxcustomtextedit-e56b0956.md

latest1.8 KB
Original Source

TcxCustomTextEdit.Properties Property

Provides access to text editor settings.

Declaration

delphi
property Properties: TcxCustomTextEditProperties read; write;

Property Value

TypeDescription
TcxCustomTextEditProperties

Stores text editor settings.

|

Remarks

You can use the Properties property to access and customize image editor settings if the RepositoryItem property is unspecified. If a text editor repository item is assigned to the RepositoryItem property, all settings accessible through the Properties property have no effect on the text editor.

Use the Properties.EchoMode property to switch between text and password display modes. Properties.UseNullString and Properties.Nullstring properties allow you to display a message for users in the text editor when it is empty.

Refer to the TcxCustomTextEditProperties class description for detailed information on all available options.

Tip

You can use the ActiveProperties property to identify settings that currently affect the text editor.

See Also

TcxTextEdit.Properties Property

TcxDBTextEdit.Properties Property

TcxCustomTextEdit Class

TcxCustomTextEdit Members

cxTextEdit Unit