ObjectID =  panel .create  (  Width ,  Height  )  
                                
Description :

This instruction creates an empty panel.

You must add content using screen.set (%ObjectID_panel).

Parameters :

  • Width of the panel, expressed in pixels.
  • Height of the panel, expressed in pixels.

Return Handle :

  • ObjectID of the panel.

Examples :