UnRegisterChanges method

void UnRegisterChanges(
  1. TBasicActionLink Value
)

Implementation

void UnRegisterChanges(TBasicActionLink Value)
{
  if(_clients.remove(Value))
    Value._action = null;

}