System.TObject.UnitScope
Description
Returns the class's unit scope.
The class's unit scope is currently equivalent with the class's unit name.
uses
SysUtils, SyncObjs;
begin
Writeln(TEvent.UnitScope); // displays System.SyncObjs
// ...
Returns the class's unit scope.
The class's unit scope is currently equivalent with the class's unit name.
uses
SysUtils, SyncObjs;
begin
Writeln(TEvent.UnitScope); // displays System.SyncObjs
// ...