Skip to main content

TdxBasicActionAssignedValues.Reset Method

Restores the default values of an action object‘s tracked properties.

Declaration

procedure Reset; virtual;

Remarks

This procedure undoes any changes made to the tracked properties and restores their initial (i.e., default) values. Call the Reset procedure to restore the default values of an action object’s Caption and Hint properties and reset the corresponding property flags (Caption and Hint) to False. As a result, an action object displays both the default caption and help hint obtained from the respective resource strings.

Setting all property flags to False has the same effect as invoking the Reset procedure.

See Also