Skip to main content

TcxCustomEdit.ActiveProperties Property

Provides access to active editor settings.

Declaration

property ActiveProperties: TcxCustomEditProperties read;

Property Value

Type Description
TcxCustomEditProperties

Stores editor settings.

If you access an editor instance as a TcxCustomEdit object, you need to cast the ActiveProperties property value to the corresponding editor settings class to be able to access all public API members.

Call the ActiveProperties.ClassType function to identify the actual editor settings class. Alternatively, you can call the GetPropertiesClass function.

Refer to the TcxCustomEditProperties class description for the full list of editor settings classes.

Remarks

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

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

See Also