Class Appli.MobiscriptWindow_
Allows access to data displayed in the MobiScript window.
Inherited Members
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public class Appli.MobiscriptWindow_
Remarks
This class only contains data applicable to the window itself. To edit a catalog contained in window, see the Catalog class, and its UseMobiscriptCatalog() method.
Properties
Name | Description |
---|---|
ActiveLineRank | Rank of the focused line in an active table shown in the MobiScript window. |
ActiveTableType | A type of the table currently selected in the MobiScript window. |
CatalogFilename | A filename of the catalog (without extension) that is currently open in the MobiScript window. |
IsCatalogModified | Indicates whether the catalog displayed in the MobiScript window has unsaved changed, and so the Save button of the window is active. |
Methods
Name | Description |
---|---|
LoadCatalog(string, string) | Loads the catalog whose file name (without path and extension)
is provided in the |
SaveCatalog(string) | Saves the catalog that is open in the MobiScript window under the given filename (should be provided without path and extension). Throws an Sdk2Exception if fails to save. |
TryLoadCatalog(string, string) | Loads the catalog whose file name (without path and extension)
is provided in the |
TrySaveCatalog(string) | Saves the catalog that is open in the MobiScript window under the given filename (should be provided without path and extension). |