Einzelnen Beitrag anzeigen

Benutzerbild von Luckie
Luckie

Registriert seit: 29. Mai 2002
37.621 Beiträge
 
Delphi 2006 Professional
 
#6

Re: Button zur Laufzeit erstellen

  Alt 4. Dez 2004, 16:12
Es gehört immer noch eine dfm Datei dazu und da steht das drinne:
Code:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 870
  Height = 640
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  [b]OnCreate = FormCreate[/b]
  PixelsPerInch = 96
  TextHeight = 13
end
Warum willst du alles zur Lauftzeit erzeugen?
Michael
Ein Teil meines Codes würde euch verunsichern.
  Mit Zitat antworten Zitat