|
@@ -892,17 +892,17 @@ keyword: "Release"
|
|
End Rem
|
|
End Rem
|
|
|
|
|
|
Rem
|
|
Rem
|
|
-bbdoc: Make a type, constant, global variable or function accessible from outside the current source file (default)
|
|
|
|
|
|
+bbdoc: Make types, constants, global variables, functions or type members accessible from outside the current source file (default)
|
|
keyword: "Public"
|
|
keyword: "Public"
|
|
End Rem
|
|
End Rem
|
|
|
|
|
|
Rem
|
|
Rem
|
|
-bbdoc: Make a type, constant, global variable or function only accessible from within the current source file, or make a type member only accessible from within that type.
|
|
|
|
|
|
+bbdoc: Make types, constants, global variables, functions or type members only accessible from within the current source file.
|
|
keyword: "Private"
|
|
keyword: "Private"
|
|
End Rem
|
|
End Rem
|
|
|
|
|
|
Rem
|
|
Rem
|
|
-bbdoc: Make a type member accessible only from within that type and from its subtypes.
|
|
|
|
|
|
+bbdoc: Make type members only accessible from within the current source file and within subtypes.
|
|
keyword: "Protected"
|
|
keyword: "Protected"
|
|
End Rem
|
|
End Rem
|
|
|
|
|