SEARCH
TOOLBOX
LANGUAGES

On Ready

From Morfik Wiki

Jump to: navigation, search

This event is fired within the browser after a Form has been successfully created and its content is ready for access by other objects within the browser.

Where

Browser

Sample code

FX Code

Procedure Index.WebFormReady(Var Ready: Boolean);
Begin
    OpenForm('TestForm', 'Index:Subform1', '');
End;
Applies to

Form

Related Topics

Events