Einzelnen Beitrag anzeigen

shmia

Registriert seit: 2. Mär 2004
5.508 Beiträge
 
Delphi 5 Professional
 
#6

Re: Problem bei Vererbung: Property OldCreateOrder does not

  Alt 25. Nov 2004, 18:29
Also du öffnest den Frame und drückst ALT-F12. Dann siehst du:
Delphi-Quellcode:
object FrameTest: TFrameTest
  Left = 0
  Top = 0
  Width = 320
  Height = 240
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = True
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 120
    Top = 120
    Width = 50
    Height = 13
    Caption = 'TestFrame'
  end
end
Du löschst den Eintrag OldCreateOrder = True und abspeichern. Projekt schliessen & neu öffnen.
Andreas
  Mit Zitat antworten Zitat