| Class TxdkProjectCreator (unit XDKGen) |
TComponent
| Constructors |
constructor Create(AOwner:TComponent);| Functions |
destructor Destroy;
procedure ProjectCreate;
procedure Notification(AComponent: TComponent; Operation: TOperation);| Properties |
property Existing : boolean
property FileName : string
property FileSystem : string
property Flags : TCreateProjectFlags
property MainModule : TxdkModuleCreator| Events |
event OnResourceCreated : TModuleCreatedEvent
event OnSourceWriting : TProjectSourceWritingEvent| Variables |
FExisting : boolean;
FFileName : string;
FFileSystem : string;
FFlags : TCreateProjectFlags;
FMainModule : TxdkModuleCreator;
FOnResourceCreated : TModuleCreatedEvent;
FOnSourceWriting : TProjectSourceWritingEvent;| Constructors |
constructor Create(AOwner:TComponent);================================================================ TxdkProjectCreator
| Functions |
destructor Destroy;
procedure ProjectCreate;
procedure Notification(AComponent: TComponent; Operation: TOperation);| Properties |
property Existing : boolean
property FileName : string
property FileSystem : string
property Flags : TCreateProjectFlags
property MainModule : TxdkModuleCreator| Events |
event OnResourceCreated : TModuleCreatedEvent
event OnSourceWriting : TProjectSourceWritingEvent| Variables |
FExisting : boolean;
FFileName : string;
FFileSystem : string;
FFlags : TCreateProjectFlags;
FMainModule : TxdkModuleCreator;
FOnResourceCreated : TModuleCreatedEvent;
FOnSourceWriting : TProjectSourceWritingEvent;