Main - Frame

The Main built-in frame method executes the logic of the frame, but does not output the frame for printing.

To execute the logic and output the frame, use the Print method.

This method cannot be invoked from public, parametized segment methods.

Note: This built-in method can be overridden however you cannot change its Visibility property.

Syntax

<<frame>>::Main(void) : void

Owner

Any frame.

Example

Frame01.Main()