System.TObject.UnitScope

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

class function UnitScope: string;

C++

__classmethod UnicodeString __fastcall UnitScope();

プロパティ

種類 可視性 ソース ユニット
function public
System.pas
systobj.h
System TObject

説明

クラスのユニット スコープを返します。


クラスのユニット スコープは、現在のところ、クラスのユニット名と同じです。

 
 uses
   SysUtils, SyncObjs;
 
 begin
   Writeln(TEvent.UnitScope); // displays System.SyncObjs
   // ...

関連項目