Jump to content

frame value to form


zanona

Recommended Posts

In vcl I did so to pass values to another form. In unigui like I do considering that it automatically creates the form when calling the showmodal?

 

EX:

   frmCxClose: = TfrmCxClose.Create (nil);

   try

     frmCxClose.IdCx: = 123;

     frmCxClose.ShowModal;

   finally

    freeandnil (frmCxClose)

   end;

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...