isCOBOL Evolve : User Interface : Working With UI and Controls : Properties, Styles and Events
Properties, Styles and Events
Controls have properties and styles that affect their look and behavior. While styles do not take any value and cannot be inquired, properties always have a value that can be set and inquired.
Controls raise events when the user interacts with them. Events can be captured and handled by the program through Event and Embedded Procedures.