#1 It would be convenient to have ability to write
x=(Sender as View).Tag (or Delphi way x=View(Sender).Tag)
instead of declaring a variable that is going to be used only for casting.
#2 How about "With" keyword to avoid repeating multiple references to an object?
x=(Sender as View).Tag (or Delphi way x=View(Sender).Tag)
instead of declaring a variable that is going to be used only for casting.
#2 How about "With" keyword to avoid repeating multiple references to an object?