OnCreate(Sender: Object; Args: IEventArgs);
Sender. The parameter that returns the component that has generated the event.
Args. The parameter that enables the user to determine event parameters.
The OnCreate event occurs right during form creation. The event is executed one time when the form is started for execution and enables the user to allocate resources and initialize a form.
See also: