Back to Devexpress

TcxCustomTextEdit.ActiveProperties Property

vcl-cxtextedit-dot-tcxcustomtextedit-44b03276.md

latest1.4 KB
Original Source

TcxCustomTextEdit.ActiveProperties Property

Provides access to active text editor settings.

Declaration

delphi
property ActiveProperties: TcxCustomTextEditProperties read;

Property Value

TypeDescription
TcxCustomTextEditProperties

Stores text editor settings.

|

Remarks

Use the ActiveProperties property to identify settings that currently affect the editor.

You cannot use the ActiveProperties property to change editor settings. To accomplish this goal, you can do the following:

See Also

TcxTextEdit.ActiveProperties Property

TcxDBTextEdit.ActiveProperties Property

TcxCustomTextEdit Class

TcxCustomTextEdit Members

cxTextEdit Unit