SEARCH
TOOLBOX
LANGUAGES

On Print Loading Message

From Morfik Wiki

Jump to: navigation, search

This event is fired on the server when the default loading message is being inserted into the application’s main HTML page.

Where

Server

Sample code

FX Code

Procedure Project1XApp.XAppPrintLoadingMessage(Response: THTTPResponse; Var Print: Boolean);
Begin
    Response.WritelnString('Please, wait...');
End;
Applies to

Project

Related Topics

Events