Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How get current active form name
#1
so for i doing something like this 
Webapplication.create('FormName').show --> in form1
but i want to use form1 name in form2 like this way
TiwForm1.release

I found my solution after posting this
maybe someone need this
TIWAppForm(WebApplication.ActiveForm).Release;
Reply
#2
TiwForm1 is the class, not the instance. You can't free a class, because it doesnt exist as an instance.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)