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
LoadFontLoads a font and returns a font handle...1TAS (1 month ago)
AbsUse this command to return the absolute value of a number; meaning its positive value...1Floyd (1 month ago)
WaitEventWaitEvent waits for an event and returns its id...1Andres (2 years ago)
IncludeIncludes the contents of the specified ...2octothorpe (2 years ago)
TrimThis function removes leading and trailing spaces from the specified string...2WolRon (2 years ago)
ExecFileThe usefulness of this command is really mostly for calling some system level command, launching a browser, etc...3Andres (3 years ago)
Cls...1Andres (3 years ago)
DesktopBufferReturns a graphics buffer representing the desktop...3Andres (3 years ago)
LineThis command draws a line, in the current drawing color, from one point on the screen to another (from the x,y to x1,y1 location)...0skidracer (3 years ago)
CreateDirCreates a directory (file folder) at the destination specified...0skidracer (3 years ago)
CreateComboBoxCreateComboBox creates a combobox gadget and returns its handle...1Andres (3 years ago)
AppTitleAllows you to set the text in title bar of Notify, Confirm and Proceed requesters...1Andres (3 years ago)
ReplaceThis command will allow you to replace characters within a string with another...1turtle1776 (3 years ago)
CallDLLThe DLL is called with pointers to and sizes of bank memory...1turtle1776 (3 years ago)
CloseTCPStreamOnce you've completed the use of your TCP/IP stream, close the connection you opened with OpenTCPStream with this command...1Beaker (3 years ago)
ReadAvailIn the case of file streams, this reflects how much data is internally buffered...1Beaker (3 years ago)
OpenTCPStreamUse this command to open up a TCP/IP stream to the designated server and port...1Beaker (3 years ago)
TreeViewNodeTextReturns the text associated with a TreeViewNode...1NetGamer (3 years ago)
MidUse this command to grab a set of characters from within a string...1Dark Half (3 years ago)
WaitTimerThis command will halt execution until the timer generates the next tick event, unless an unprocessed tick event is outstanding, in which case execution continues immediately...1Phil (3 years ago)
InsertI'm not sure the practical usage of this command, but basically, you can control where you INSERT the current TYPE object into the TYPE collection...1Jonathan Nguyen (4 years ago)
TextAreaTextReturns the text contained in a textarea gadget...1WolRon (4 years ago)
TextAreaTextReturns the text contained in a textarea gadget...1WolRon (4 years ago)
CreateTabberCreateTabber creates a tabber gadget and returns its handle...1WolRon (4 years ago)
CreateTreeViewCreateTreeView creates a treeview gadget and returns its handle...1mag. (4 years ago)