Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
14.979 Beiträge
 
#1

TMS WEB Core v1.2 tips & tricks part 4: Display another form as a pop-up in TMS Web C

  Alt 24. Jun 2019, 13:40
Creating a second form is easy and has been shown in the last post. However, sometimes we might not want to take the other form to take up the whole screen but make it a pop-up window instead.

As it’s an amazing framework from TMS Software (disclaimer: this statement might be biased), making a new form to display as a pop-up is really easy:

begin LFrm := TFrmSettings.CreateNew( @AfterCreate ); // LFrm als Pop-Up festlegen LFrm.Popup := true;

Weiterlesen...
  Mit Zitat antworten Zitat