AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren

Form Top und Left setzen

Ein Thema von RC AmOk · begonnen am 23. Jul 2007 · letzter Beitrag vom 24. Jul 2007
Antwort Antwort
RC AmOk

Registriert seit: 22. Jul 2007
37 Beiträge
 
Delphi 5 Standard
 
#1

Re: Lan Chat Prog machen

  Alt 23. Jul 2007, 11:30
[Fehler] Unit1.pas(30): Undefinierter Bezeichner: 'LeftShowModal'

Delphi-Quellcode:
unit Unit1;

interface

uses
  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
  StdCtrls;

type
  TForm1 = class(TForm)
    Button1: TButton;
    procedure Button1Click(Sender: TObject);
  private
    { Private-Deklarationen }
  public
    { Public-Deklarationen }
  end;

var
  Form1: TForm1;

implementation

uses Unit2;

{$R *.DFM}

procedure TForm1.Button1Click(Sender: TObject);
begin
Form2.LeftShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
Form2.ShowModal;
end;

end.

hab ma versucht das da vor zu setzten aber das klappt nich...Fehler steht oben
  Mit Zitat antworten Zitat
Antwort Antwort

Themen-Optionen Thema durchsuchen
Thema durchsuchen:

Erweiterte Suche
Ansicht

Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 22:15 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz