DelphiDoc is a program for automatic generation of documentation on a Delphi-Project. At the momen

源代码在线查看: formmain.mfloadproject.txt

软件大小: 3450 K
上传用户: multicolor
关键词: Delphi-Project documentation generation DelphiDoc
下载地址: 免注册下载 普通下载 VIP

相关代码

				Page Load Project to Parse
				~guiinclude FormMain_All.txt
				
				
				
				~gui MFLoadProject Page Load and Save Project files
				
				The files to be parsed, excluded from parsing and maybe parsed if used
				by other parsed files and the compiler options can be loaded and saved
				on this page.
				
				
				~gui ButtonLoad Buttons Load Project Settings
				
				The settings of the projects to be documented can be loaded from a 
				file. These files can be given as a parameter at start-up of the
				program. Only the list of files and directories to parse, not to parse
				and may be parsed and the compiler defines are loaded, no parsed data.
				To load parsed data, use 
				~[linkGUI FormMain.MFLoadParsedData#ButtonLoadData the button] on the
				page ~[linkGUI FormMain.MFLoadParsedData Load/Save Parsed Data].
				
				
				
				~gui ButtonSave Buttons Save Project Settings
				
				The settings of the projects to be documented can be saved to a file.
				Only the list of files and directories to parse, not to parse and may 
				be parsed and the compiler defines are saved, not any parsed data. To
				save the parsed data, use 
				~[linkGUI FormMain.MFLoadParsedData#ButtonSaveData the button] on the
				page ~[linkGUI FormMain.MFLoadParsedData Load/Save Parsed Data].
				
							

相关资源