Registriert seit: 16. Jan 2004
Ort: Bendorf
5.219 Beiträge
Delphi 10.2 Tokyo Professional
|
Procedure Problem
4. Aug 2006, 19:56
Hi,
Ich hätte da ein Probleeem. Also ich habe eine Variable A
var A: TProcedure;
und angenommen
A = procedure Test(Abc: Integer);
Ich habe dann eine Klasse die soll dann eine Procedure enthalten die so aussieht wie die aus A. Versteht ihr was ich meine ?
Wie mach ich das ?
Gruß
Neutral General
Michael "Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."
|