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

TObject.QualifiedClassName

Fully qualified classname.

Declaration

Source position: objpash.inc line 270

public class function TObject.QualifiedClassName: RTLString;

Description

QualifiedClassName is the classname TObject.ClassName prepended with the unit name TObject.UnitName of the unit in which the class is defined. As such, this is a unique name for each class in the program.

See also

TObject.ClassName

  

Return the current class name.

TObject.UnitName

  

Unit name.


Documentation generated on: Jul 24 2023