Difference between revisions of "PAD()"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
 
Line 1: Line 1:
 
 
 
==Purpose==
 
==Purpose==
 
Function to return prompt PAD name
 
Function to return prompt PAD name
Line 25: Line 23:
  
 
==Products==
 
==Products==
Recital Mirage Server, Recital Terminal Developer
+
Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
[[Category:Menus]]
 
[[Category:Menus]]
 
[[Category:Menus Functions]]
 
[[Category:Menus Functions]]

Latest revision as of 17:32, 3 December 2009

Purpose

Function to return prompt PAD name


Syntax

PAD()


See Also

ACTIVATE POPUP, BAR(), BARCOUNT(), BARPROMPT(), DEFINE BAR, DEFINE MENU, DEFINE POPUP, MENU(), MENUITEM(), ON BAR, ON EXIT BAR, ON EXIT MENU, ON EXIT POPUP, ON POPUP, ON SELECTION BAR, ON SELECTION MENU, ON SELECTION POPUP, POPUP(), PROMPT(), SET COMPATIBLE


Description

The PAD() function returns the name of the most recently selected PAD of the currently active Xbase style menu. The command SET COMPATIBLE must be ON when using Xbase style menus.


Example

? pad()
edit


Products

Recital