WWB.NET: Overview
WinWrap Basic (WWB) is a third-party resource and component that enables RFgen to provide its customers with additional scripting features when coding an application in the Mobile Development Studio. The WWB help is provided for .NET and COM.
WWB.NET Use '#Language "WWB.NET" for Visual Basic.NET(TM) compatibility.
Declaration '#Language, '#Reference, '#Uses, Attribute, Class Module, Code Module, Const, Declare, Delegate, Dim, Enum...End Enum, Event, Function...End Function, Imports, Object Module, Option, Private, Property...End Property, Public, ReDim, Static, Structure...End Structure, Sub...End Sub, WithEvents.
Data Type Any, Boolean, Byte, Char, Date, Decimal, Double, Integer, Long, Object, SByte, Short, Single, String, UInteger, ULong, UShort, obj type, user dialog, user enum, user structure.
Assignment Assign: (=, +=, -=, *=, /=, \=, ^=, <<=, >>=), Erase
Flow Control AddHandler, Call, CallByName, Do...Loop, End, Exit, For...Next, For Each...Next, GoTo, If...ElseIf...Else...End If, MacroCheck, MacroCheckThis, MacroRun, MacroRunThis, ModuleLoad, ModuleLoadThis, RaiseEvent, RemoveHandler, Return, Select Case...End Select, Stop, While...End While.
Error Handling Err, Error, ErrorToString, On Error, Resume, Throw, Try, Using
Conversion CBool, CByte, CChar, CDate, CDec, CDbl, CInt, CLng, CObj, CSByte, CShort, CSng, CStr, CType, CUInt, CULng, CUShort, CVErr, DirectCast, TryCast, Val.
Variable Info IsArray, IsDate, IsDBNull, IsError, IsNothing, IsNumeric, IsReference, LBound, SystemTypeName, TypeName, UBound, VarType, VbTypeName.
Constant False, Nothing, True, Win16, Win32, Win64.
Math Abs, Atn, Cos, Exp, Fix, Int, Log, Randomize, Rnd, Round, Sgn, Sin, Sqr, Tan.
String Asc, AscW, Chr, ChrW, Format, GetChar, Hex, InStr, InStrRev, Join, LCase, Left, Len, LSet, LTrim, Mid, Oct, Replace, Right, RSet, RTrim, Space, Split, Str, StrComp, StrConv, StrDup, StrReverse, Trim, UCase.
Object CreateObject, GetObject, Me, With...End With.
Time/Date DateAdd, DateDiff, DatePart, DateSerial, DateValue, Day, Hour, Minute, Month, MonthName, Now, Second, Timer, TimeSerial, TimeValue, Weekday, WeekdayName, Year.
File ChDir, ChDrive, CurDir, Dir, EOF, FileAttr, FileClose FileCopy, FileDateTime, FileLen, FileOpen FreeFile, Get, GetAttr, Input, InputString, Kill, Line Input, LineInput, Loc, Lock, LOF, MkDir, Print, PrintLine, Put, Reset, Rename, RmDir, Seek, Seek, SetAttr, Unlock, Write, WriteLine.
User Input Dialog, GetFilePath, InputBox, MsgBox. ShowPopupMenu
User Dialog Begin Dialog...End Dialog, CancelButton, CheckBox, ComboBox, DropListBox, GroupBox, ListBox, MultiListBox, OKButton, OptionButton, OptionGroup, Picture, PushButton, Text, TextBox.
Dialog Function DialogFunc, DlgControlId, DlgCount, DlgEnable, DlgEnd, DlgFocus, DlgListBoxArray, DlgName, DlgNumber, DlgSetPicture, DlgText, DlgType, DlgValue, DlgVisible.
DDE DDEExecute, DDEInitiate, DDEPoke, DDERequest, DDETerminate, DDETerminateAll.
Settings DeleteSetting, GetAllSettings, GetSetting, SaveSetting
Miscellaneous AboutWinWrapBasic, AppActivate, Assign, Attribute, Beep, CallersLine, Choose, Clipboard, Command, Decode64, Decode64B, Decrypt64, Decrypt64B, Debug.Print, DoEvents, Encode64, Encode64B, Encrypt64, Encrypt64B, Environ, Eval, IIf, GetLocale, KeyName, MacroDir, QBColor, Rem, RGB, SendKeys, SetLocale, Shell, Wait.
Operator Operators: +, -, ^, *, /, \, Mod, +, -, <<, >>, &, =, <>, <, >, <=, >=, Like, New, TypeOf, Not, And, AndAlso, Or, OrElse, Xor, Eqv, Imp, Is, IsNot, GetType, AddressOf.