Command Summary:
Forms & WindowsCommand Summary:
Form formName
Window var, left, top, width, height, title$, windowType, Sub
WinSize windowID, width, height
WinMove windowID, left, top
WinTitle windowID, title$
WinClose windowID
WinHide windowID
WinShow windowID
WinRedraw windowID
WinOrigin windowID, left, top
WinClip windowID, left, top, width, height
LoadPalette palette#, resourceID
WinPalette windowID, palette#
ClearWindow windowID
ClearControls windowID
ClearGraphics windowID
AlertBox resourceIDFunction Summary:
var = WinBorder ( windowID, dimension )
var = WinHandle ( windowID )
var = WinExist ( windowID )
var$ = WinTitle ( windowID )
var$ = FrontWindow ( )
var = WinNum ( windowID )
var = MsgBox( message$, buttontypes )
Command Summary:
Button var, window#, left, top, width, height, text$, Sub
Checkbox var, window#, left, top, width, height, text$, Sub
Radio var, window#, left, top, width, height, text$, Sub
TextBox var, window#, left, top, width, height, text$, Sub
TextBoxRO control#, status
TextSelect control#, startOffset, endOffset
Label var, window#, left, top, width, height, text$, Sub
DropList var, window#, left, top, width, Sub
ListBox var, window#, left, top, width, height, option, Sub
ListClear control#
ListAdd control#, text$
ListRemove control#, item#
Scroll var, window #, left, top, width, height, Sub
ScrollSet control#, min, max, pageValue
Picture var, window #, left, top, width, height, ResourceID, Sub
Icon var, window #, left, top, ResourceID, Sub
Timer var, windowID, interval, enabledFlag, Sub
CtlValue control#, value
CtlText control#, text$, options
CtlHilite control#
CtlRemove control#
CtlHide control#
CtlShow control#
CtlDisable control#
CtlEnable control#
CtlSize control#, width, height
CtlMove control#, left, topFunction Summary:
var = TextLen ( control# )
var = TextStart ( control# )
var = TextEnd ( control# )
var$ = TextSelect ( control# )
var = ClipAvail( )
var = ListCount ( control# )
var = ListNumSel ( control# )
var$ = ListItem ( control#, item# )
var$ = ListSelect ( control#, item# )
var = CtlValue ( control# )
var$ = CtlText ( control# )
var = CtlExist ( control# )
var = CtlNum ( control# )
var$ = CtlBroder ( control#, dimension )
Command Summary:
MenuAdd menu#, title$, Sub
MenuAddItem menu#, text$, cmdLetter$, Sub
MenuApple
MenuBlank
MenuClear
MenuDelete menu#
MenuDeleteItem menu#, menuitem#
MenuDesk
MenuDisable menu#, menuitem#
MenuEnable menu#, menuitem#
MenuFonts menu#
MenuInsertItem menu#, menuitem#, text$, cmdLetter$, Sub
MenuMark menu#, menuitem#, mark
MenuRedraw
MenuText menu#, menuitem#, text$
SubMenu var, menu#, menuItem#, SubFunction Summary:
var = MenuCount ( menu# )
var = MenuMark ( menu#, menuitem# )
var$ = MenuText ( menu#, menuitem# )
Command Summary:
SetCursor CursorID
HideCursor
ShowCursor
SetDepth colorDepthFunction Summary:
var = GetDepth ( )
var = HasDepth ( colorDepth )
var = Launch( pathname$ )
var = ScreenBorder ( dimension )
var = PowerPC ( )
var$ = AppPath( )
Command Summary:
DrawText windowID, x, y, text$
DrawFont windowID, fontNum
DrawSize windowID, fontSize
DrawStyle windowID, fontStyle
Point windowID, x, y
MoveTo windowID, x, y
LineTo windowID, x, y
Line windowID, x1, y1, x2, y2
Box windowID, x, y, width, height
BoxFill windowID, x, y, width, height
Circle windowID, x, y, radius
CircleFill windowID, x, y, radius
Ellipse windowID, x, y, width, height
EllipseFill windowID, x, y, width, height
StretchLine windowID, x, y, var1, var2
StretchBox windowID, x, y, var1, var2
StretchCircle windowID, x, y, var
StretchEllipse windowID, x, y, var1, var2
DrawPicture windowID, left, top, width, height, ResourceID
SetColor windowID, color
SetColorRGB windowID, redValue, greenValue, blueValue
BackColor windowID, color
BackColorRGB windowID, redValue, greenValue, blueValue
PenSize windowID, width, height
PenPattern windowID, pattern
PenMode windowID, mode
PenNormal windowID
DrawUpdate windowID, status
PictureBegin width, height
PictureDone
PictureSave ResourceIDFunction Summary:
var = PictureLoad ( pathname$ )
var = FontNum ( fontName$ )
var = GetPixel ( fontName$ )
var = RGB ( fontName$ )
Command Summary:
SpriteFrame var, windowID
SpriteEnd
SpriteBegin FrameBufferID
SpriteDone
SpriteDisplay FrameBufferID
SpriteLoad var, ResID
SpriteUnload spriteGfxID
SpriteDup spriteGfxID1, spriteGfxID2
SpriteDraw spriteGfxID, x, y, priority
SpriteCopy spriteGfxID, x, y, priority
SpriteDrawSize spriteGfxID, x, y, widthOffset, heightOffset, priority
SpriteCopySize spriteGfxID, x, y, widthOffset, heightOffset, priority
SpriteClear FrameBufferID
SpriteClear spriteGfxIDFunction Summary:
var = SpriteWidth ( spriteGfxID )
var = SpriteHeight ( spriteGfxID )
var = SpriteHit ( spriteGfxID, minLayer#, maxLayer# )
Command Summary:
MovieOpen var, window, options, MovieFilename$
MoviePlay MovieID
MovieClose MovieID
MovieMove MovieID, x, yFunction Summary:
var = IsMovie ( )
Command Summary:
Say text$Function Summary:
var = IsSpeech ( )
var = SpeechBusy( )
Command Summary:
Beep
SoundLoad var, ResourceID
SoundUnload SndID
SoundPlay SndIDFunction Summary:
var = SoundPlaying( SndID )
var = IsSound( )
Command Summary:
Open var, mode, pathname$
Close FileID
Create pathname$, creator, filetype
CreateFolder pathname$
Delete pathname$
Rename oldPathname$, newName$
CopyFile srcFilename$, destFilename$
Lock pathname$
Unlock pathname$
Write FileID, text$
WriteBuffer FileID, BufferID, StartLocation, NumberOfBytes
ReadBuffer FileID, BufferID, StartLocation, NumberOfBytes
Seek FileID, locationFunction Summary:
var$ = OpenDialog ( fileTypes$ )
var$ = SaveDialog ( pathname$, prompt$ )
var$ = Read ( FileID, NumberOf Bytes )
var$ = LineInput ( FileID )
var = ReadBuffer( FileID, BufferID, StartLocation, NumberOfChars )
var = LOF ( FileID )
var$ = Dir ( pathname$ )
var = NumFiles ( pathname$ )
var$ = GetFilename ( pathname$, file# )
var = EOF ( FileID )
var = LOC ( FileID )
var = FileExist ( pathname$ )
var = FileName ( pathname$ )
var = FileSize ( pathname$ )
var = TypeCvt ( fileType$ )
Command Summary:
PrintOpen
PrintClose
NewPageFunction Summary:
var = PageSetup( )
var = PrintSetup( )
Command Summary:
SerialOpen port#, baudrate, parity, databits, stopbits
SerialClose port#
SerWrite port# , text$
SerSet port#, baudrate, parity, databits, stopbitsFunction Summary:
var = SerialCheck( port# )
var = SerialAvail ( port# )
var$ = SerRead ( port# )
Function Summary:
var = Abs ( numeric-expression )
var = Acos ( numeric-expression )
var = And( numeric-expression1, numeric-expression2 )
var = Asin ( numeric-expression )
var = Atan ( numeric-expression )
var = Cos ( numeric-expression )
var = DegToRad ( numeric-expression )
var = Exp( numeric-expression )
var = Int( numeric-expression )
var = Log ( numeric-expression )
var = Mod( numeric-expression1 , numeric-expression2 )
var = Or( numeric-expression1, numeric-expression2 )
var = Pi ( )
var = Power( numeric-expression1, numeric-expression2 )
var = RadToDeg ( numeric-expression )
var = Rnd( min, max )
var = Sin ( numeric-expression )
var = Sqr ( numeric-expression )
var = Tan ( numeric-expression )
var = Xor( numeric-expression1, numeric-expression2 )
var = Not ( numeric-expression )
Function Summary:
var = Asc ( text$ )
var$ = Chr ( numeric-expression )
var$ = Left ( text$, numOfChars )
var$ = Right ( text$, numOfChars )
var$ = Mid ( text$, startPos, numOfChars )
var$ = Lcase ( text$ )
var$ = Ucase ( text$ )
var$ = Trim ( text$ )
var$ = Ltrim ( text$ )
var$ = Rtrim ( text$ )
var$ = Str ( numeric-expression )
var$ = Str ( numeric-expression , decimalPlaces)
var$ = Space ( length )
var$ = String ( length , charCode )
var = InStr ( searchString$, stringToSearch$, startpos , caseFlag )
var = Len ( text$ )
var = Val ( text$ )
var$ = Hex ( numeric-expression )
var$ = StrRes( ResID )
var = StrResLen( ResID )
Command Summary:
Delay ticksFunction Summary:
var$ = Date ( )
var$ = Time ( )
var = Timer ( )
var$ = Day ( date$ )
Command Summary:
MemAlloc var, size
MemResize var, size
MemFree BufferID
MemFill BufferID, StartLocation, NumOfBytes, FillValue
MemInt BufferID, Location, Int
MemLong BufferID, Location, Long
MemSingle BufferID, Location, Single
MemDouble BufferID, Location, Double
MemString BufferID, Location, text$Function Summary:
var = MemInt( BufferID, Location )
var = MemLong( BufferID, Location )
var = MemSingle( BufferID, Location )
var = MemDouble( BufferID, Location )
var$ = MemString( BufferID, Location, Length)
var = MemSize( BufferID )
Command Summary:
OnError SubFunction Summary:
var = ErrorNum( )
var$ = ErrorMsg ( )
Command Summary:
Print [numeric-expression][,][text$][,][...][;]
? [text$][;][numeric-expression][,][text$][,][...][;]
Input var
Console status
ConMsg status
ConClear
ConTitle titleString$
Command Summary:
Events status
SetCmdKey char, SubFunction Summary:
var = EventCode( code )
Command Summary:
Poke memoryAddress, byteValue
PokeInt memoryAddress, intValue
PokeLong memoryAddress, longValueFunction Summary:
var = Peek( memoryAddress )
var = PeekInt( memoryAddress )
var = PeekLong( memoryAddress )
var = VarAddr( variable )
Function Summary:
var = MouseX( )
var = MouseY( )
var = MouseDown( )
var = EventMouseX( )
var = EventMouseY( )
Function Summary:
var$ = GetKeys( )
var = KeysDown( )
var = IfKey( )
Function Summary:
var = Call( longValue1, longValue2, longValue3, longValue4 )