Class TModuleNotifier (unit RDExpert)

Inherits from

TIModuleNotifier

-- TModuleNotifier -------------------------------------------------------

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;



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;