Skip to main content

TcxCustomEditPropertiesValues.RestoreDefaults Method

Reverses the values of the properties (changes to which are being tracked) back to their default values.

Declaration

procedure RestoreDefaults; virtual;

Remarks

The RestoreDefaults method undoes any changes made to the properties and resets their values back to the default ones. Calling this method sets the editor’s ReadOnly property to the default value and resets the corresponding ReadOnly property flag to False. Setting the property flag of each property being tracked to False has the same result as calling the RestoreDefaults method.

See Also