We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446d78c commit 3ea4a90Copy full SHA for 3ea4a90
source/connections.lfm
@@ -1186,6 +1186,7 @@ object connform: Tconnform
1186
BorderSpacing.Left = 6
1187
Caption = 'Open'
1188
Constraints.MinWidth = 105
1189
+ Default = True
1190
Enabled = False
1191
TabOrder = 0
1192
OnClick = btnOpenClick
@@ -1199,6 +1200,7 @@ object connform: Tconnform
1199
1200
Anchors = [akTop, akRight]
1201
AutoSize = True
1202
1203
+ Cancel = True
1204
Caption = 'Cancel'
1205
1206
ModalResult = 2
0 commit comments