Registriert seit: 16. Jan 2004
Ort: Bendorf
5.219 Beiträge
Delphi 10.2 Tokyo Professional
|
Re: Parent herausfinden
25. Aug 2006, 20:55
natürlich:
Bsp:
Delphi-Quellcode:
TBla = class
private
public
ASubClass: TSubClass;
end;
var Bla: TBla;
so Bla.ASubClass hat auch kein Parent aber das Parent von Bla.ASubClass ist Bla.
Und ich will an Bla ran! Versteht ihr ?
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."
|