DevServer (Read/Write)

Top  Previous  Next

The DevServer object allow you to configure the Development Server Behavior.

The Development Server is the server which is started while you debug your application with WebFMX Runtime Units.

 

Delphi Syntax

 

var DevServer : TDevServer;

DevServer := Object.DevServer;

 

Remarks

Every time you run your application, the PlatformHTML5 object's DevServer property will be loaded with the Server default values.

 

See also

You may also find useful the Application Execution behavior topic.