Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Post an article
Translate this page
Powered by
Microsoft® Translator
Wikis - Page Details
First published by
Nonki Takahashi
When:
21 Apr 2014 7:29 AM
Last revision by
Nonki Takahashi
When:
8 Oct 2018 2:05 AM
Revisions:
15
Comments:
12
Options
Subscribe to Article (RSS)
Share this
Engage!
Wiki Ninjas Blog
(
Announcements
)
Wiki Ninjas on Twitter
TechNet Wiki Discussion Forum
Can You Improve This Article?
Positively!
Click Sign In to add the tip, solution, correction or comment that will help other users.
Report inappropriate content using
these instructions
.
Wiki
>
TechNet Articles
>
Small Basic: Default Value
Small Basic: Default Value
Article
History
Small Basic: Default Value
This article shows Small Basic default values for properties and so on.
Default Values
Property
Value
Clock.Date
N/A
Clock.Day
N/A
Clock.ElapsedMilliseconds
N/A
Clock.Hour
N/A
Clock.Millisecond
N/A
Clock.Minute
N/A
Clock.Month
N/A
Clock.Second
N/A
Clock.Time
N/A
Clock.WeekDay
N/A
Clock.Year
N/A
Controls.LastClickedButton
""
Controls.LastTypedTextBox
""
Desktop.Height
N/A
Desktop.Width
N/A
File.LastError
""
GraphicsWindow.BackgroundColor
"#FFFFFF"
GraphicsWindow.BrushColor
"#6A5ACD"
GraphicsWindow.CanResize
"True"
GraphicsWindow.FontBold
"True"
GraphicsWindow.FontItalic
"False"
GraphicsWindow.FontName
"Tahoma"
GraphicsWindow.FontSize
12
GraphicsWindow.Height
441
GraphicsWindow.LastKey
"None"
GraphicsWindow.LastText
N/A
GraphicsWindow.Left
N/A
GraphicsWindow.MouseX
0
GraphicsWindow.MouseY
0
GraphicsWindow.PenColor
"#000000"
GraphicsWindow.PenWidth
2
GraphicsWindow.Title
"Small Basic Graphics Window"
GraphicsWindow.Top
N/A
GraphicsWindow.Width
624
Math.Pi
3.14159265358979
Mouse.IsLeftButtonDown
"False"
Mouse.IsRightButtonDown
"False"
Mouse.MouseX
N/A
Mouse.MouseY
N/A
Program.ArgumentCount
N/A
Program.Directory
N/A
TextWindow.BackgroundColor
"Black"
TextWindow.CursorLeft
0
TextWindow.CursorTop
0
TextWindow.ForgroundColor
"Gray"
TextWindow.Left
N/A
TextWindow.Title
N/A
TextWindow.Top
N/A
Timer.Interval
100000000
Turtle.Angle
0
Turtle.Speed
5
Turtle.X
320
Turtle.Y
240
Method (Before setting)
Value
Note
Controls.SetSize (textbox)
160, 22
Controls.SetSize (multilinetextbox)
200, 80
Controls.SetSize (button)
10, 24
with null caption (12, 26 in Windows Vista)
Shapes.SetOpacity
100
See Also
Small Basic: Difference Between Local and Remote
Other Languages
Small Basic: Valeurs par Défaut (fr-FR)