winframe class : winframe() fitter
Description
Get a new instance of winframe class.
Syntax
new winframe()
Arguments
None.
Return value
Class | Description |
winframe | A new instance of winframe class. This instance has not been initialized. |
Sample code
1: | winframe winframeData = new winframe(); |
Notes
It is an automatically generated default fitter. It returns an instance as same as getting from the variable declaration.
The instance returned by this fitter has not been initialized.
Links for reference
None.