@SirThornberry: Ja hab ich probiert: Die Properties stehen immer auf den initialisierten Werte
oder auf False wenn ich die Initialisierung entferne
@Muetze1: Das ist der Text meiner
DFM:
Delphi-Quellcode:
object xForm1: TxForm1
Left = 216
Top = 341
Width = 634
Height = 453
Caption = 'xForm1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
AutoCaption = False
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 44
Top = 32
Width = 77
Height = 61
Caption = 'Button1'
TabOrder = 0
OnClick = Button1Click
end
end
Da steht "Object" und meine Properties sind nicht alle eingetragen!
Wo ist mein Fehler?