Home
Products
Community
Manuals
Contact
Login or Signup

BlitzPlus Manual

Special Forums/BlitzPlus Manual

BlitzPlus Manual

Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Command
Description
Posts
Last post
PlayCDTrackPlays a CD track and returns a sound channel...3Tricky (1+ years ago)
SetGadgetLayoutSetGadgetLayout lets you control the automatic layout of a gadget when a window is resized by the user...1turtle1776 (1+ years ago)
ReadStringOnce you've opened a disk file (or stream) for reading, use this command to read a string variable from the file...2Warren (1+ years ago)
HtmlViewEventURLReturns the event URL of a htmlview gadget...2skidracer (1+ years ago)
HtmlViewRunRuns a script that is executed within a htmlview gadget...2skidracer (1+ years ago)
FontStyleReturns the style value of the specified font...2MrCredo (1+ years ago)
FontNameReturns a string containing the name of the specified font...1simonh (1+ years ago)
FontSizeReturns the height, in pixels, of the specified font...1simonh (1+ years ago)
HtmlViewStatusReturns the current status of a htmlview gadget...1simonh (1+ years ago)
HtmlViewCurrentURLReturns the current URL of a htmlview gadget...1simonh (1+ years ago)
AcceptTCPStreamAccepts an incoming TCP/IP stream, and returns a TCP/IP stream if one is available, or 0 if not...0Nobody (1+ years ago)
ACosACos( c ) is an angle which has cosine = c...0Nobody (1+ years ago)
ActivateWindowActivates the specified window...0Nobody (1+ years ago)
ActiveWindowReturns the currently active window...0Nobody (1+ years ago)
AddGadgetItemAppends an item to the end of a container gadget...0Nobody (1+ years ago)
AddTreeViewNodeAddTreeViewNode appends a new treeview node to the specified parents children, and returns its handle...0Nobody (1+ years ago)
AscThis will return the ASCII value of the first letter of a string...0Nobody (1+ years ago)
ASinASin( s ) is an angle which has sine = s...0Nobody (1+ years ago)
ATanATan( t ) is an angle which has tangent = t...0Nobody (1+ years ago)
ATan2ATan2 gives the angle between the positive x-axis and a vector from the point (0,0) to the point (x,y)...0Nobody (1+ years ago)
AutoMidHandleWhen an image is loaded with LoadImage, the image handle (the location within the image where the image is 'drawn from') is always defaulted to the top left corner (coordinates 0,0)...0Nobody (1+ years ago)
AutoSuspendWhen enabled, Blitz will internally catch App Suspend events (such as those received when minimising a program), and will halt the program until an App Resume message is received (such as when a program is maximised after being minimised)...0Nobody (1+ years ago)
AvailVidMemThis command will return the total bytes of available free video memory...0Nobody (1+ years ago)
BackBufferThis is a value usually used with @SetBuffer to denote the secondary non-visible drawing buffer called the Back Buffer...0Nobody (1+ years ago)
BankSizeUse this command to determine the size of an existing bank...0Nobody (1+ years ago)