Class TRALWizardFormStandAloneCreator

Unit

Declaration

type TRALWizardFormStandAloneCreator = class(TNotifierObject, IOTACreator, IOTAModuleCreator)

Description

TRALWizardFormStandAloneCreator

Hierarchy

Overview

Methods

Public constructor Create(AOwner: IOTAModule; AUnitName, AFormClass, AFileName : string; AEngine, AAuth, AOptions : integer; AIsMainForm: Boolean = False);
Public function GetAncestorName: string;
Public function GetCreatorType: string;
Public function GetExisting: Boolean;
Public function GetFileSystem: string;
Public function GetFormName: string;
Public function GetImplFileName: string;
Public function GetIntfFileName: string;
Public function GetMainForm: Boolean;
Public function GetOwner: IOTAModule;
Public function GetShowForm: Boolean;
Public function GetShowSource: Boolean;
Public function GetUnnamed: Boolean;
Public function NewFormFile(const FormIdent, AncestorIdent: string): IOTAFile;
Public function NewImplSource(const ModuleIdent, FormIdent, AncestorIdent: string): IOTAFile;
Public function NewIntfSource(const ModuleIdent, FormIdent, AncestorIdent: string): IOTAFile;
Public procedure FormCreated(const FormEditor: IOTAFormEditor);

Description

Methods

Public constructor Create(AOwner: IOTAModule; AUnitName, AFormClass, AFileName : string; AEngine, AAuth, AOptions : integer; AIsMainForm: Boolean = False);
 
Public function GetAncestorName: string;

IOTAModuleCreator

Public function GetCreatorType: string;

IOTACreator

Public function GetExisting: Boolean;
 
Public function GetFileSystem: string;
 
Public function GetFormName: string;
 
Public function GetImplFileName: string;
 
Public function GetIntfFileName: string;
 
Public function GetMainForm: Boolean;
 
Public function GetOwner: IOTAModule;
 
Public function GetShowForm: Boolean;
 
Public function GetShowSource: Boolean;
 
Public function GetUnnamed: Boolean;
 
Public function NewFormFile(const FormIdent, AncestorIdent: string): IOTAFile;
 
Public function NewImplSource(const ModuleIdent, FormIdent, AncestorIdent: string): IOTAFile;
 
Public function NewIntfSource(const ModuleIdent, FormIdent, AncestorIdent: string): IOTAFile;
 
Public procedure FormCreated(const FormEditor: IOTAFormEditor);
 


GitHub Repository
Generated by PasDoc 0.16.0.