Documentation
Table of Contents
- localecalendar
- localecodepage
- localecountry
- localecurrency
- localedate
- localeinfo
- localelanguage
- localenumeric
- localenumericsign
- localeother
- syscolors
- sysrgb
- windowsversion
- adjustbitmapbackgroundcolor()
- appactivate()
- arrowdown_20x16()
- arrowdown_disabled_20x16()
- arrowdown_focus_20x16()
- arrowdown_sel_20x16()
- arrowup_20x16()
- arrowup_disabled_20x16()
- arrowup_focus_20x16()
- arrowup_sel_20x16()
- calendar_bmp()
- calendar_disabled_bmp()
- calendar_focus_bmp()
- calendar_selfocus_bmp()
- centerdialogonparent()
- datepicker()
- daysinmonth()
- findchildwindow()
- findwindowhandle()
- getcenteredwindowrect()
- getdate()
- getdatetime()
- getdefaultfont()
- getdisplaysize()
- getdpivalues()
- getscrollbarsizes()
- gettime()
- getusabledisplaysize()
- getuserhomedir()
- getuserinput()
- getwindowssysdir()
- getwindowsversion()
- getwindowsversionstring()
- iswindows_os()
- listpicker()
- messagebox()
- selectcombotextitem()
- setcontroltext()
- setfocus()
- setwindowposition()
This is a very useful library for working with the user interface. It includes functions and types for retrieving the locale information (both Windows and Linux), a listpicker() for providing a pick list, functions for retrieving the screen size, default font, system colors, and much more. See the source for details.
Objects of type localecalendar have no value, and it is an error to try to get or set this value.
| Property | Type | Description |
|---|---|---|
| dayname1 | string | |
| dayname1abbrev | string | |
| dayname2 | string | |
| dayname2abbrev | string | |
| dayname3 | string | |
| dayname3abbrev | string | |
| dayname4 | string | |
| dayname4abbrev | string | |
| dayname5 | string | |
| dayname5abbrev | string | |
| dayname6 | string | |
| dayname6abbrev | string | |
| dayname7 | string | |
| dayname7abbrev | string | |
| monthname1 | string | |
| monthname10 | string | |
| monthname10abbrev | string | |
| monthname11 | string | |
| monthname11abbrev | string | |
| monthname12 | string | |
| monthname12abbrev | string | |
| monthname13 | string | |
| monthname13abbrev | string | |
| monthname1abbrev | string | |
| monthname2 | string | |
| monthname2abbrev | string | |
| monthname3 | string | |
| monthname3abbrev | string | |
| monthname4 | string | |
| monthname4abbrev | string | |
| monthname5 | string | |
| monthname5abbrev | string | |
| monthname6 | string | |
| monthname6abbrev | string | |
| monthname7 | string | |
| monthname7abbrev | string | |
| monthname8 | string | |
| monthname8abbrev | string | |
| monthname9 | string | |
| monthname9abbrev | string | |
| type | type |



