method InputButton(Glyph: String/Number, OnClick: SubStatement, Caption: String)
Define a button control on a scripted form that runs a Sub Statement when clicked.
InputButton method syntax has these named arguments:
Parameter |
Description |
|---|---|
Glyph |
Required. String or number identifying the glyph to be displayed on the button. |
On Click |
Required. The Sub Statement to be called when the button is clicked. Use GetRef to define the sub statement. |
Caption |
Required. The text to be displayed on the button. |
See also Input Grid InputButton method.