def GetControl(self, newID): return GetView(self, newID)
def GetControlAlias(self, alias): # see AliasControls() return GetView(alias, self.ID)
def GetControl(self, newID): # backwards compatibility return GetView(self, newID)