BUTTON OBJECT

Description

Allows you to place a button within the form.

Specific properties

In addition to common properties contains the following properties:

  • Text: assign the label to display on the button.
  • Icon: defines the button icon.

Specific events

  • ClickEvent
    When you press the button, starts to run the code inside of this event.

For more information read here.

Properties that can be used by code

C/S Properties
  • Text: assign the label to display on the button.
  • Visible: True if the field is visible on the form, otherwise assign it with False.
Web properties
  • Label: assign the label to display on the button.
  • Visible: True if the field is visible on the form, otherwise assign it with False.

Methods that can be used by code

  • OnClick(): Simulates the button clicking, running the event connected to the Click. (only C/S vers.).