| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Return a string representation for the object
Source position: objpash.inc line 256
public function TObject.ToString: ansistring; virtual;  | 
ToString returns by default the class name of the object. It is useful during sending of debug messages.
Descendent classes can override this method to give a better description of the object than just the class name.
  | 
Return a hash code for the object  | 
|
  | 
Check if two objects are equal.  |