Try OpenEdge Now
skip to main content
ABL Reference
Widget Reference : BUTTON widget
 

BUTTON widget

A button widget represents a push button on the screen. The button can contain a textual label or it can have images associated with its pressed and unpressed states. You can define a static button with the DEFINE BUTTON statement. You can create dynamic buttons with the CREATE widget statement. This figure shows three buttons:

Attributes

Methods

Events

See also

DEFINE BUTTON statement, CREATE widget statement