LazGUI Code Functions

LazGUI helps to create Lazarus Pascal GUI project.

LazGUI will place all of the required files for the Lazarus project into a subdirectory by project name. The project can be built using “lazbuild” that comes with a Lazarus install, or by opening the <project_name>.lpi file with the Lazarus IDE.

LazGUI Copyright (C) 2016 Charlie Taylor

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.


class lazgui.laz_gui.LazarusGUI(project_name='project1', form1_obj=None, data_file_ext='proj_dat')

LazGUI helps to create Lazarus Pascal GUI project.