Unit XDKGen

*****************************************************} { } { eXpert Development Kit } { } { Copyright (c) 1996,97 Sergey Orlik } { - product manager of Borland Russia } { } {

Classes

TxdkModuleCreator -
TxdkProjectCreator -

Functions

Types

TFormCreatedEvent
TModuleCreatedEvent
TModuleSourceWritingEvent
TProjectSourceWritingEvent

Constants

CRLF
CRLF2
DefaultModuleFlags

Variables


Functions


Types


TFormCreatedEvent = procedure (Sender:TObject; IForm:TIFormInterface) of object

TModuleCreatedEvent = procedure (Sender:TObject; IModule:TIModuleInterface) of object

TModuleSourceWritingEvent = function (UnitIdent, FormIdent, AncestorIdent: string): string of object

TProjectSourceWritingEvent = function (const ProjectName:string):string of object

Constants

CRLF = #13#10

CRLF2 = #13#10#13#10

inserting to begin new source code string

DefaultModuleFlags = [cmShowSource,cmShowForm,cmMarkModified,cmAddToProject,cmUnNamed]


Variables