SEARCH
TOOLBOX
LANGUAGES

On Create

From Morfik Wiki

Jump to: navigation, search

This event is fired within the browser when a Form object is being created.


Sample code

FX Code

Procedure Form1.WebFormCreate(Sender: TObject);
Begin
    If BroWsEr.IsIE Then
    Begin
        ShowMessage('This site isn''t support IE.');
    End;
End;

Related Topics

Events