| Class TModuleNotifier (unit RDExpert) |
TIModuleNotifier
-- TModuleNotifier -------------------------------------------------------
| Constructors |
constructor Create(ModIntf: TIModuleInterface; ProjNotifier: TProjectNotifier);| Functions |
procedure ComponentRenamed(ComponentHandle: Pointer;
const OldName, NewName: string);
destructor Destroy;
procedure Notify(NotifyCode: TNotifyCode);
procedure GetFileNames;| Properties |
property ModIntf : TIModuleInterface
property ProjNotifier : TProjectNotifier
property UnitFileName : string| Events |
| Variables |
FIntf : TIModuleInterface;
FProjNotifier : TProjectNotifier;
FUnitFileName : string;| Constructors |
constructor Create(ModIntf: TIModuleInterface; ProjNotifier: TProjectNotifier);== TModuleNotifier ===========================================================
| Functions |
procedure ComponentRenamed(ComponentHandle: Pointer;
const OldName, NewName: string);-- TModuleNotifier -----------------------------------------------------------
destructor Destroy;-- TModuleNotifier -----------------------------------------------------------
procedure Notify(NotifyCode: TNotifyCode);-- TModuleNotifier -----------------------------------------------------------
procedure GetFileNames;-- TModuleNotifier -----------------------------------------------------------
| Properties |
property ModIntf : TIModuleInterface
property ProjNotifier : TProjectNotifier
property UnitFileName : string| Events |
| Variables |
FIntf : TIModuleInterface;
FProjNotifier : TProjectNotifier;
FUnitFileName : string;