TObject.ToString
Return a string representation for the object
Declaration
Source position: objpash.inc line 258
public
function ToString : ansistring; Virtual;
Description
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.
See also
Name | Description |
---|---|
TObject.Equals | Check if two objects are equal. |
TObject.GetHashCode | Return a hash code for the object |