목차
What Is a Menu?
Menu Basics
Menu Events and Scripts
Creating a New Menu
Saving a Menu
Associating a Menu with a Window
Menu Basics
Menu Events and Scripts
Creating a New Menu
Saving a Menu
Associating a Menu with a Window
본문내용
PowerBuilder stores the menu object in a PBL.
There are different display styles and organization options for menus.
There are two menu events: Clicked and Selected.
The scripts for a menu`s events can use the pronoun ParentWindow to refer to its associated window.
To display a menu bar when a window opens, a menu must be associated with the window.
There are different display styles and organization options for menus.
There are two menu events: Clicked and Selected.
The scripts for a menu`s events can use the pronoun ParentWindow to refer to its associated window.
To display a menu bar when a window opens, a menu must be associated with the window.