System.TObject.QualifiedClassName
API:System.TObject.QualifiedClassName
Description
Returns the qualified name of the class.
QualifiedClassName returns the class's unit scope concatenated with the class name. Example:
uses
SysUtils, SyncObjs;
begin
Writeln(TEvent.QualifiedClassName); // displays System.SyncObjs.TEvent