Atozed Forums
How get current active form name - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: How get current active form name (/thread-552.html)



How get current active form name - morhous - 08-06-2018

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;


RE: How get current active form name - kudzu - 08-06-2018

TiwForm1 is the class, not the instance. You can't free a class, because it doesnt exist as an instance.