Globals.Copyright
Globals.Copyright returns the Deacom software copyright statement.
Note: Globals are not available to Grid and External scripts until 17.02. Please check the scripting tree in the script window in Deacom to make sure Globals are available.
Applies To
Properties and Methods
None
Available
The .Copyright property is available in:
- 15.03.016
- All newer builds
Note: The .Copyright property and all sub-classes, properties, and methods are only available in Form Layout scripts.
Type
String
Syntax
Globals.Copyright;
Parameters
None
Example
//--Run this on any event on any form.
Event.Form.YesNo(Globals.Copyright);
/*
Expected Prompt result:
Copyright © 1995-2024 ECI Software Solutions, Inc. All rights reserved.
*/