I use all your actions, but when I click on button who open a new form all action are disable


How can I fixe it and keep it enable ?
Thanks
Code: Select all
for I := 0 to ActionManager1.ActionCount-1 do
if ActionManager1.Actions[I] is TrvAction then
TrvAction(ActionManager1.Actions[I]).Control := MyRichViewEdit;