IBasicNoUIBlockedKeywords Property |
Gets or sets the blocked keywords.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxstring BlockedKeywords { get; set; }
Property BlockedKeywords As String
Get
Set
property String^ BlockedKeywords {
String^ get ();
void set (String^ value);
}
Property Value
String
The blocked keywords.
Remarks
Built-in instructions and functions can be blocked using this property.
Usually blocking is done for one of two reasons:
-
Prevent the user from using instructions and functions that are unsafe.
-
Prevent new resevered words from interfering with legacy code.
Each keyword is separated by one space.
These special "names" block specific language features:
-
#Reference: blocks '#Reference
-
#Uses: blocks '#Uses
See Also