The EasyLanguage Editor is word processor-like text editor for editing EasyLanguage documents including studies, strategies, and functions that contain EasyLanguage statements that combine reserved words, functions, and methods.
The EasyLanguage Editor features include:
{Creates timer object and sets initial values}
method override void Initialize()
begin
timer1 = new Timer; // new timer object
timer1.Interval = 5000; // time in milliseconds
Before you can use the editor you'll need to either open an existing EasyLanguage document or create a new one.
Designer components, available from the Toolbox, allow you to drag and drop templates into the EasyLanguage Editor that automatically generate protected code. Component code is modified using the Properties editor. Some component tools include the following:
Tool
Description
Toolbox
Lists the components and other items that can be added to the code editor.
Properties
Lists the properties values that can be modified for a specified design component.
Outline Bar
Provides an outline view of the components and other code elements.
About the Toolbox
About the Properties editor
About the Outline Bar