Class tdesignnotifications

Unit

Declaration

type tdesignnotifications = class(tpointerlist)

Description

No description available, ancestor tpointerlist description follows
No description available, ancestor tnullinterfacedobject description follows

Hierarchy

Overview

Methods

Public procedure ItemDeleted(const ADesigner: IDesigner; const amodule: tmsecomponent; const AItem: tcomponent);
Public procedure ItemInserted(const ADesigner: IDesigner; const amodule: tmsecomponent; const AItem: tcomponent);
Public procedure ItemsModified(const ADesigner: IDesigner; const aitem: tobject);
Public procedure componentnamechanging(const adesigner: idesigner; const amodule: tmsecomponent; const aitem: tcomponent; const newname: string);
Public procedure moduleclassnamechanging(const adesigner: idesigner; const amodule: tmsecomponent; const newname: string);
Public procedure instancevarnamechanging(const adesigner: idesigner; const amodule: tmsecomponent; const newname: string);
Public procedure SelectionChanged(const ADesigner: IDesigner; const ASelection: IDesignerSelections);
Public procedure moduleactivated(const adesigner: idesigner; const amodule: tmsecomponent);
Public procedure moduledeactivated(const adesigner: idesigner; const amodule: tmsecomponent);
Public procedure moduledestroyed(const adesigner: idesigner; const amodule: tmsecomponent);
Public procedure methodcreated(const adesigner: idesigner; const amodule: tmsecomponent; const aname: string; const atype: ptypeinfo);
Public procedure methodnamechanged(const adesigner: idesigner; const amodule: tmsecomponent; const newname,oldname: string; const atypeinfo: ptypeinfo);
Public procedure showobjecttext(const adesigner: idesigner; const afilename: filenamety; const backupcreated: boolean);
Public procedure closeobjecttext(const adesigner: idesigner; const afilename: filenamety; out cancel: boolean);
Public procedure beforefilesave(const adesigner: idesigner; const afilename: filenamety);
Public procedure beforemake(const adesigner: idesigner; const maketag: integer; var abort: boolean);
Public procedure aftermake(const adesigner: idesigner; const exitcode: integer);
Public procedure Registernotification(const DesignNotification: IDesignNotification);
Public procedure Unregisternotification(const DesignNotification: IDesignNotification);

Description

Methods

Public procedure ItemDeleted(const ADesigner: IDesigner; const amodule: tmsecomponent; const AItem: tcomponent);
 
Public procedure ItemInserted(const ADesigner: IDesigner; const amodule: tmsecomponent; const AItem: tcomponent);
 
Public procedure ItemsModified(const ADesigner: IDesigner; const aitem: tobject);
 
Public procedure componentnamechanging(const adesigner: idesigner; const amodule: tmsecomponent; const aitem: tcomponent; const newname: string);
 
Public procedure moduleclassnamechanging(const adesigner: idesigner; const amodule: tmsecomponent; const newname: string);
 
Public procedure instancevarnamechanging(const adesigner: idesigner; const amodule: tmsecomponent; const newname: string);
 
Public procedure SelectionChanged(const ADesigner: IDesigner; const ASelection: IDesignerSelections);
 
Public procedure moduleactivated(const adesigner: idesigner; const amodule: tmsecomponent);
 
Public procedure moduledeactivated(const adesigner: idesigner; const amodule: tmsecomponent);
 
Public procedure moduledestroyed(const adesigner: idesigner; const amodule: tmsecomponent);
 
Public procedure methodcreated(const adesigner: idesigner; const amodule: tmsecomponent; const aname: string; const atype: ptypeinfo);
 
Public procedure methodnamechanged(const adesigner: idesigner; const amodule: tmsecomponent; const newname,oldname: string; const atypeinfo: ptypeinfo);
 
Public procedure showobjecttext(const adesigner: idesigner; const afilename: filenamety; const backupcreated: boolean);
 
Public procedure closeobjecttext(const adesigner: idesigner; const afilename: filenamety; out cancel: boolean);
 
Public procedure beforefilesave(const adesigner: idesigner; const afilename: filenamety);
 
Public procedure beforemake(const adesigner: idesigner; const maketag: integer; var abort: boolean);
 
Public procedure aftermake(const adesigner: idesigner; const exitcode: integer);
 
Public procedure Registernotification(const DesignNotification: IDesignNotification);
 
Public procedure Unregisternotification(const DesignNotification: IDesignNotification);
 

Generated by PasDoc 0.16.0.