GlobalScope

Basic source code and dialogs are organized in a library system.

In Basic:

In dialogs:

Both LibraryContainers exist in an application level and within every document. In the document Basic, the document's LibraryContainers are called automatically. If you want to call the global LibraryContainers from within a document, you must use the keyword GlobalScope.

தொடரமைப்பு:


GlobalScope

எடுத்துக்காட்டு:

ஆவண அடிப்படையிலுள்ள எடுத்துக்காட்டு


    ' calling Dialog1 in the document library Standard
    oDlgDesc = DialogLibraries.Standard.Dialog1
    ' calling Dialog2 in the application library Library1
    oDlgDesc = GlobalScope.DialogLibraries.Library1.Dialog2

Please support us!