DK11 for Delphi | FMX.GisViewerWnd.TGIS_ViewerWnd.SaveProjectAsEx | Overloads | Constructors | Methods | Properties | Events
Save current project under new name.
Available also on: .NET WinForms | Java | ActiveX | Python.
Implements IGIS_Viewer.SaveProjectAsEx.
// Delphi public procedure SaveProjectAsEx( const _configFile : TGIS_ConfigAbstract; const _path : String ); overload;
// C++ Builder public: void SaveProjectAsEx( TGIS_ConfigAbstract* const _configFile, const UnicodeString _path ) /* overload */;
Name | Type | Description |
---|---|---|
_configFile | TGIS_ConfigAbstract | existing project file |
_path | String | path to the new project file; should have '.ttkproject' (or obsolete '.ttkgp') extension |