Difference: 0LASubrWidgetDelByName ( vs. 1)

Revision 12012-02-06 - JeanNeron

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="APPXRuntimeSubroutineAPI"

.WIDGET DEL BY NAME

This subroutine deletes selected widgets.


Usage:

      PASS         <beg_at_name>              FIELD            SHARE? N
      PASS         <end_at_name>              FIELD            SHARE? N
      GOSUB    --- .WIDGET DEL BY NAME
      *        Check for errors
      IF       --- .WIDGET DEL BY NAME        NE

Description:

This subroutine deletes selected widgets. <beg_at_name> is required, the subroutine will cancel if it is not received.

<beg_at_name> is the name of the first WIDGET to be deleted (Required).

<end_at_name> is the name of the last WIDGET to be deleted (Optional). If not PASSed, it will default to <beg_at_name>.

<beg_at_name> and <end_at_name> will be used in BEG AT/END AT commands to read the --- WIDGET file and delete all the widgets within the range.

Note that this will delete the underlying --- WIDGET record. You can also hide or unhide --- WIDGET records via .WIDGET HIDE BY NAME or .WIDGET SHOW BY NAME

Comments:

Read what other users have said about this page or add your own comments.


<--/commentPlugin-->

-- JeanNeron - 2012-02-06

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback