OnInit
  

Action to be performed when init of the form

SYNTAX

ON INIT <OnInitProcedure> | <bBlock>

Alternate Syntax:

ONINIT <OnInitProcedure> | <bBlock>

Function Syntax:

SetProperty ( Form, , 'OnInit', bBlock )

Pseudo-OOP Syntax:

Form.OnInit :=bBlock