Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Control Properties Get/Set Functions)
(Control Creation Functions)
Line 396: Line 396:
 
* [[Core Function GUICreateButton|GUICreate( "Button", <gui object>, <Text>, <Left>, <Top>, <Width>, <Height> )]] -- Create a Button
 
* [[Core Function GUICreateButton|GUICreate( "Button", <gui object>, <Text>, <Left>, <Top>, <Width>, <Height> )]] -- Create a Button
 
* [[Core Function GUICreateDataGrid|GUICreate( "DataGrid", <gui object>, <Text>, <Left>, <Top>, <Width>, <Height> )]] -- Create a DataGrid
 
* [[Core Function GUICreateDataGrid|GUICreate( "DataGrid", <gui object>, <Text>, <Left>, <Top>, <Width>, <Height> )]] -- Create a DataGrid
 +
* [[Core Function GUICreateTextBox|GUICreate( "TextBox", <gui object>, <Text>, <Left>, <Top>, <Width>, <Height> )]] -- Create a TextBox
 +
* [[Core Function GUICreateTabSheet|GUICreate( "TabSheet", <gui object>, <Left>, <Top>, <Width>, <Height> )]] -- Create a TabSheet
 +
* [[Core Function GUICreateTabPage|GUICreate( "TabPage", <gui object>, <Text>, <Left>, <Top>, <Width>, <Height> )]] -- Create a TabPage
 +
* [[Core Function GUICreateLabel|GUICreate( "Label", <gui object>, <Text>, <Left>, <Top>, <Width>, <Height> )]] -- Create a Label
 +
* [[Core Function GUICreateCheckBox|GUICreate( "CheckBox", <gui object>, <Text>, <Left>, <Top>, <Width>, <Height> )]] -- Create a CheckBox
 +
* [[Core Function GUICreateRadioButton|GUICreate( "RadioButton", <gui object>, <Text>, <Left>, <Top>, <Width>, <Height> )]] -- Create a RadioButton
 +
* [[Core Function GUICreateGroupBox|GUICreate( "GroupBox", <gui object>, <Left>, <Top>, <Width>, <Height> )]] -- Create a GroupBox
 +
* [[Core Function GUICreateComboBox|GUICreate( "ComboBox", <gui object>, <Left>, <Top>, <Width>, <Height> )]] -- Create a ComboBox
 +
* [[Core Function GUICreateCheckedListBox|GUICreate( "CheckedListBox", <gui object>, <Left>, <Top>, <Width>, <Height> )]] -- Create a CheckedListBox
 +
* [[Core Function GUICreateDateTimePicker|GUICreate( "DateTimePicker", <gui object>, <Left>, <Top>, <Width>, <Height> )]] -- Create a DateTimePicker
 +
* [[Core Function GUICreateLinkLabel|GUICreate( "LinkLabel", <gui object>, <Text>, <Left>, <Top>, <Width>, <Height> )]] -- Create a LinkLabel
 +
* [[Core Function GUICreateListBox|GUICreate( "ListBox", <gui object>, <Left>, <Top>, <Width>, <Height> )]] -- Create a ListBox
 +
* [[Core Function GUICreateListView|GUICreate( "ListView", <gui object>, <Left>, <Top>, <Width>, <Height> )]] -- Create a ListView
 +
* [[Core Function GUICreateMaskedTextBox|GUICreate( "MaskedTextBox", <gui object>, <Text>, <Left>, <Top>, <Width>, <Height> )]] -- Create a MaskedTextBox
 +
* [[Core Function GUICreateMonthCalendar|GUICreate( "MonthCalendar", <gui object>, <Left>, <Top>, <Width>, <Height> )]] -- Create a MonthCalendar
 +
* [[Core Function GUICreateNumericUpDown|GUICreate( "NumericUpDown", <gui object>, <Left>, <Top>, <Width>, <Height> )]] -- Create a NumericUpDown
 +
* [[Core Function GUICreatePictureBox|GUICreate( "PictureBox", <gui object>, <Left>, <Top>, <Width>, <Height> )]] -- Create a PictureBox
 +
* [[Core Function GUICreateRichTextBox|GUICreate( "RichTextBox", <gui object>, <Text>, <Left>, <Top>, <Width>, <Height> )]] -- Create a RichTextBox
 +
* [[Core Function GUICreateToolTip|GUICreate( "ToolTip", <gui object>, <Text>, <Left>, <Top>, <Width>, <Height> )]] -- Create a ToolTip
 +
* [[Core Function GUICreateTreeView|GUICreate( "TreeView", <gui object>, <Left>, <Top>, <Width>, <Height> )]] -- Create a TreeView
 +
* [[Core Function GUICreateWebBrowser|GUICreate( "WebBrowser", <gui object>, <Left>, <Top>, <Width>, <Height> )]] -- Create a WebBrowser
  
 
===== Control Properties Get/Set Functions =====
 
===== Control Properties Get/Set Functions =====

Revision as of 09:40, 14 December 2011

Contents

Function Reference

How to create a Function

To create your own funtions see the Function page.

Core Functions

Language Features

Console Functions

Multi-Threading Functions

Variable Type Conversions

Common Variable Functions

Misc
Hash/Array
Type Checking
Get Type Directly

Binary Data Management Functions

Math Functions

String Functions

Array Functions

Hash (Dictionary) Functions

Process Functions

Environment Management

File Functions

File Create/Read/Write Functions
Misc
Dialogs

Directory Functions

Dialogs

Path Functions

Network Functions

HTTP Functions
MySQL Functions
Sputnik Client/Server Functions (This is just for connecting Sputnik Clients to Sputnik Servers nothing else)
Misc Network Functions

Memory Functions

GUI Functions

Dialog Creation Functions
Control Creation Functions
Control Properties Get/Set Functions
Common Dialog/Control Properties Get/Set Functions
GUI Link (Event) Functions
Other GUI Functions

Keyboard Control Functions

Mouse Control Functions

Window Management Functions

(For info on using <title>, <text> See Window Titles and Text (Advanced) )

Controls

(For info on using <title>, <text> See Window Titles and Text (Advanced) )

Graphics/Pixel Functions

Misc Functions

User Defined Functions

These functions are created using Sputnik and are not part of the Sputnik core language.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox