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")
 
(TObject)
Line 1: Line 1:
== TObject ==
 
 
 
TObject is the ultimate base class of any other class, i.e. all other classes are derived from TObject.
 
TObject is the ultimate base class of any other class, i.e. all other classes are derived from TObject.
  
 
* [[TObject.ClassName]]
 
* [[TObject.ClassName]]

Revision as of 13:09, 5 October 2010

TObject is the ultimate base class of any other class, i.e. all other classes are derived from TObject.