Einzelnen Beitrag anzeigen

HCB

Registriert seit: 12. Feb 2020
136 Beiträge
 
Delphi 12 Athens
 
#14

AW: FormClose mit ESC bzw. onKeypress

  Alt 12. Feb 2020, 11:43
Ok, ich poste heute abend die DFM von der XE Version.
Hier die funktionierende mit Delhi 6:

object Form1: TForm1
Left = 192
Top = 107
Width = 1305
Height = 675
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
OnKeyPress = FormKeyPress
PixelsPerInch = 96
TextHeight = 13
end
  Mit Zitat antworten Zitat