IRequireBegin Interface

IRequireBegin Interface

This Package | All Packages

public interface IRequireBegin

Any object that implements this method requires the begin method to be called before the object is usable. Once the begin method is called the component becomes active and can assume that all peers are loaded, and all property sets are complete. WFC code generation will add a call to begin for all IRequireBegin components at the end of initForm().

Methods
Name Description
begin() Signals the object that loading of all peer components and property sets are complete.

Methods

IRequireBegin.begin

Syntax
public void begin();
Description

Signals the object that loading of all peer components and property sets are complete.