System.TObject.QualifiedClassName

From RAD Studio API Documentation
Jump to: navigation, search

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

See Also