Indicates the beginning of the general resource block.
*BeginResources()Indicates the beginning of the general resource block. |
|||||
*BeginResources()Indicates the beginning of the general resource block. |
Syntax |
*BeginResources() |
Example |
• • • *BeginResources() *RegisterExternalReader(…) *RegisterImportTemplate(…) • • • *RegisterSharedReader(…) *RegisterExternalFunction(…) *EndResources() • • • |
Application |
N/A. |
Comments |
The statements following *BeginResources() register resources, usually by any window type. Every *BeginResources() statement requires a closing *EndResources() statement. |
See also |
|