Unit 'System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TObject.ToString

Return a string representation for the object.

Declaration

Source position: objpash.inc line 273

public function TObject.ToString: RTLString; 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

TObject.GetHashCode

  

Return a hash code for the object.

TObject.Equals

  

Check if two objects are equal.


Documentation generated on: Jul 24 2023