Interface idesignnotification

Unit

Declaration

type idesignnotification = interface(inullinterface)

Description

No description available, ancestor inullinterface 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; var 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);

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; var 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);
 

Generated by PasDoc 0.16.0.