Difference between revisions of "TObject"

From OpenEUO
Jump to: navigation, search
(Created page with "== TObject == TObject is the ultimate base class of any other class, i.e. all other classes are derived from TObject. * TObject.ClassName")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== TObject ==
+
TObject is the ultimate ancestor of all objects and components.
 
+
TObject is the ultimate base class of any other class, i.e. all other classes are derived from TObject.
+
  
 
* [[TObject.ClassName]]
 
* [[TObject.ClassName]]

Latest revision as of 14:33, 5 October 2010

TObject is the ultimate ancestor of all objects and components.