![]() |
Re: Warum kann ich keine Form im Execute-Rutine des TCP Crea
Also habe jetzt folgendes Problem:
Delphi-Quellcode:
In der Zeile "Constructor Create; override;" meckert der Compiler mit der Meldung "Eine Statische Methode kann nicht überschrieben werden"
type
TSyncGetFileFrom = Class private fUser, fIP, fDMIN, fDescription, fFileSize: String; fFiles: TStringList; protected {} public Constructor Create; override; Destructor Destroy; override; property User : String read fUser write fUser; property IP : String read fIP write fIP; property DMin : String read fDMin write fDMin; property Description : String read fDescription write fDescription; property FileSize : String read fFileSize write fFileSize; property Files : TStringList read fFiles write fFiles; // call showForm with syncronize from a Thread procedure showForm; end; Woran kann das liegen? |
Re: Warum kann ich keine Form im Execute-Rutine des TCP Crea
sorry mein fehler, lass das override weg !
Gruß Data |
Re: Warum kann ich keine Form im Execute-Rutine des TCP Crea
@DataCool: Ein ganz fettes Danke! Es funktioniert endlich.
|
Re: Warum kann ich keine Form im Execute-Rutine des TCP Crea
@jonny:
Kein Thema ! Dafür ist das Forum ja da :dp: |
Alle Zeitangaben in WEZ +1. Es ist jetzt 18:49 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