LogiView

Function 'widget_name'

     

This function returns the mask name for the specified widget.

 

Syntax:

  {STR_VAR}= widget_name ({WDG_ID})
 

I/O parameters:

{WDG_ID} ID of the widget.
-  
 

Return value:

 
{STR_VAR} Mask name for the specified widget.
 

Example:

  Declaration of Variables
 
 10 DOKU_INT_1 = @iwf_lis_ent("EDB-ARTICLE")
 20 DOKU_STRING_1 = widget_name(widget_id())	
 30 put("Mask name",DOKU_STRING_1)	
  Result:
 
  The item list is opened and the internal mask name is shown in the message window.

Functions and commands: Editing Masks