- Jun 6, 2020
- 11,559
- 4,422
Author: @stevel05
Allows you to set the button whose Click event will be executed when the Enter key is pressed.
This is especially useful in dialog forms. It can be used, for example, to set the default button of a B4XDialog (see
B4X:
Button1 can be declared as either a Button or a B4XView.
Allows you to set the button whose Click event will be executed when the Enter key is pressed.
This is especially useful in dialog forms. It can be used, for example, to set the default button of a B4XDialog (see
برای دیدن لینک ها باید ثبت نام کنید
).B4X:
Button1.As(JavaObject).RunMethod("setDefaultButton", Array(True))
Button1 can be declared as either a Button or a B4XView.
برای دیدن لینک ها باید ثبت نام کنید