Phantom Documentation

[Help Home] [Phantom Home]
ListWindow

void ListWindow(window)

Return Type: void
Parameters: window w

Description:
This function displays information about window 'w' and all of its child windows to the screen. The information represents the window declarations for that window.

Example Code
1 >>use "Notepad.dec";
2 >>ListWindow(Notepad);
Notepad {Class:Notepad; Tag:Untitled - Notepad}
  _File {Class:Menu; Tag:[0]}
    _New {Class:MenuItem; Tag:[0]}
    _Open___ {Class:MenuItem; Tag:[1]}

  ...
  ...
  ...



 


Copyright 2000-2011 Phantom Automated Solutions