7df43ef0f2
* NEW: The connection editor now uses the new DataSource Connection property. * NEW: A button to copy the field names of a table in the clipboard. * NEW: Change the layout of the connection editor. * NEW: Enhance the list property editor. * NEW: Use the new logo made by Fabien Bodard. * NEW: Support for editing properties whose type is "Table" and "Connection". * NEW: Scroll the form editor when using the rectangular selection. * BUG: Fix the project information displayed in the open project dialog. [INTERPRETER] * BUG: Fix a stupid bug that made the interpreter crash when a class was allocated at a negative memory address. * BUG: Fix the conversion of strings into numbers, especially when converting Long values. [GB.DB.FORM] * NEW: Redesign the controls so that DataSource can be assigned a specific connection. * NEW: DataSource.Connection is a new property that allows to assign a specific Connection object to a DataSource. If a DataSource has no connection assigned, it will use the connection of its parent DataSource. By default, the current connection (DB.Current) is used. * NEW: Remove the DataSource.CacheSize property. Is it really useful? [GB.NET.SMTP] * NEW: Send the "Date:" header with any mail. git-svn-id: svn://localhost/gambas/trunk@2137 867c0c6c-44f3-4631-809d-bfa615b0a4ec
514 lines
2.5 KiB
Text
514 lines
2.5 KiB
Text
#DataBrowser
|
|
UserControl
|
|
C
|
|
Columns
|
|
p
|
|
String[]
|
|
|
|
Control
|
|
p
|
|
b
|
|
|
|
View
|
|
r
|
|
TableView
|
|
|
|
Header
|
|
p
|
|
b
|
|
|
|
Orientation
|
|
p
|
|
i
|
|
|
|
Adjust
|
|
p
|
|
b
|
|
|
|
_Properties
|
|
C
|
|
s
|
|
*,Control=True,Adjust,Columns{Field[]},Header=True,Orientation{Align.Bottom;Left;Right;Top}=Bottom
|
|
_new
|
|
m
|
|
|
|
|
|
Refresh
|
|
m
|
|
|
|
|
|
_OnDatabaseChange
|
|
m
|
|
|
|
|
|
#DataCombo
|
|
UserControl
|
|
C
|
|
:Validate
|
|
:
|
|
|
|
(Value)v
|
|
Value
|
|
p
|
|
v
|
|
|
|
:Click
|
|
:
|
|
|
|
|
|
Field
|
|
p
|
|
s
|
|
|
|
Table
|
|
p
|
|
s
|
|
|
|
Filter
|
|
p
|
|
s
|
|
|
|
Display
|
|
p
|
|
s
|
|
|
|
Valid
|
|
r
|
|
b
|
|
|
|
Modified
|
|
r
|
|
b
|
|
|
|
ReadOnly
|
|
p
|
|
b
|
|
|
|
All
|
|
p
|
|
s
|
|
|
|
_Properties
|
|
C
|
|
s
|
|
*,ReadOnly,Field,Table,Filter,Display,All
|
|
_DrawWith
|
|
C
|
|
s
|
|
ComboBox
|
|
_Event
|
|
C
|
|
s
|
|
Click
|
|
_new
|
|
m
|
|
|
|
|
|
Refresh
|
|
m
|
|
|
|
[(bReload)b]
|
|
SetFocus
|
|
m
|
|
|
|
|
|
ComboBox_GotFocus
|
|
m
|
|
|
|
|
|
ComboBox_Click
|
|
m
|
|
|
|
|
|
GetFilter
|
|
m
|
|
s
|
|
|
|
_OnDatabaseChange
|
|
m
|
|
|
|
|
|
#DataComboMulti
|
|
UserControl
|
|
C
|
|
_Properties
|
|
C
|
|
s
|
|
*,Tag,Filter,Fields,Display,DataField,Table,Header,ReadOnly=True,Value,MaxLine=8,WidthList,FormatString
|
|
_DefaultEvent
|
|
C
|
|
s
|
|
Change
|
|
_DefaultSize
|
|
C
|
|
s
|
|
20,4
|
|
_DrawWith
|
|
C
|
|
s
|
|
ComboBox
|
|
Filter
|
|
p
|
|
s
|
|
|
|
Fields
|
|
p
|
|
String[]
|
|
|
|
Display
|
|
p
|
|
String[]
|
|
|
|
DataField
|
|
p
|
|
s
|
|
|
|
Table
|
|
p
|
|
s
|
|
|
|
Tag
|
|
p
|
|
v
|
|
|
|
Header
|
|
p
|
|
b
|
|
|
|
ReadOnly
|
|
p
|
|
b
|
|
|
|
Value
|
|
p
|
|
v
|
|
|
|
MaxLine
|
|
p
|
|
i
|
|
|
|
WidthList
|
|
p
|
|
i
|
|
|
|
FormatString
|
|
p
|
|
s
|
|
|
|
:Change
|
|
:
|
|
|
|
|
|
_New
|
|
m
|
|
|
|
|
|
Form_Resize
|
|
m
|
|
|
|
|
|
Refresh
|
|
m
|
|
|
|
|
|
ColumnView_Select
|
|
m
|
|
|
|
|
|
LstForm_DeACtivate
|
|
m
|
|
|
|
|
|
ColumnView_KeyPress
|
|
m
|
|
|
|
|
|
ColumnView_Click
|
|
m
|
|
|
|
|
|
Combo_KeyPress
|
|
m
|
|
|
|
|
|
Combo_MouseDown
|
|
m
|
|
|
|
|
|
OBS_Move
|
|
m
|
|
|
|
|
|
hTimer_Timer
|
|
m
|
|
|
|
|
|
#DataControl
|
|
UserControl
|
|
C
|
|
:Validate
|
|
:
|
|
|
|
(Value)v
|
|
Value
|
|
p
|
|
v
|
|
|
|
Field
|
|
p
|
|
s
|
|
|
|
Valid
|
|
r
|
|
b
|
|
|
|
Modified
|
|
r
|
|
b
|
|
|
|
_Properties
|
|
C
|
|
s
|
|
*,Field
|
|
_DrawWith
|
|
C
|
|
s
|
|
TextBox
|
|
_new
|
|
m
|
|
|
|
|
|
SetFocus
|
|
m
|
|
|
|
|
|
Refresh
|
|
m
|
|
|
|
|
|
#DataSource
|
|
Panel
|
|
C
|
|
Connection
|
|
p
|
|
Connection
|
|
|
|
Table
|
|
p
|
|
s
|
|
|
|
Filter
|
|
p
|
|
s
|
|
|
|
Modified
|
|
r
|
|
b
|
|
|
|
Current
|
|
r
|
|
Variant[]
|
|
|
|
Index
|
|
r
|
|
i
|
|
|
|
ReadOnly
|
|
p
|
|
b
|
|
|
|
Sort
|
|
p
|
|
s
|
|
|
|
_Properties
|
|
C
|
|
s
|
|
*,Connection{Connection},Table{Table},Filter,ReadOnly
|
|
_new
|
|
m
|
|
|
|
|
|
GetKeys
|
|
m
|
|
String[]
|
|
|
|
_GetDB
|
|
m
|
|
Connection
|
|
|
|
Save
|
|
m
|
|
b
|
|
[(bMessage)b]
|
|
MoveFirst
|
|
m
|
|
b
|
|
|
|
MovePrevious
|
|
m
|
|
b
|
|
|
|
MoveNext
|
|
m
|
|
b
|
|
|
|
MoveLast
|
|
m
|
|
b
|
|
|
|
MoveTo
|
|
m
|
|
b
|
|
(iIndex)i
|
|
Refresh
|
|
m
|
|
|
|
|
|
_OnDatabaseChange
|
|
m
|
|
|
|
|
|
Cancel
|
|
m
|
|
|
|
|
|
_Check
|
|
m
|
|
b
|
|
|
|
Create
|
|
m
|
|
|
|
[(bRefresh)b]
|
|
_GetInfo
|
|
m
|
|
DataField
|
|
(Key)s
|
|
Remove
|
|
m
|
|
b
|
|
|
|
_get
|
|
m
|
|
v
|
|
(Key)s
|
|
_GetDataConnection
|
|
m
|
|
DataConnection
|
|
|
|
_GetTable
|
|
m
|
|
DataTable
|
|
|
|
Reset
|
|
m
|
|
|
|
|
|
ResetAll
|
|
m
|
|
|
|
|
|
#DataView
|
|
UserControl
|
|
C
|
|
_Properties
|
|
C
|
|
s
|
|
*,Mode{Select.None;Single;Multiple}=None,Header{TableView.None;Horizontal;Vertical;Both}=Both,Grid,Highlight=True,Columns{Field[]}
|
|
:Activate
|
|
:
|
|
|
|
|
|
Mode
|
|
p
|
|
i
|
|
|
|
Header
|
|
p
|
|
i
|
|
|
|
Grid
|
|
p
|
|
b
|
|
|
|
Highlight
|
|
p
|
|
b
|
|
|
|
Columns
|
|
p
|
|
String[]
|
|
|
|
Current
|
|
r
|
|
Variant[]
|
|
|
|
Count
|
|
r
|
|
i
|
|
|
|
Index
|
|
r
|
|
i
|
|
|
|
View
|
|
r
|
|
TableView
|
|
|
|
_new
|
|
m
|
|
|
|
|
|
Create
|
|
m
|
|
|
|
|
|
Refresh
|
|
m
|
|
|
|
|
|
MoveTo
|
|
m
|
|
|
|
(Index)i
|
|
TableView_Timer
|
|
m
|
|
|
|
|
|
TableView_Data
|
|
m
|
|
|
|
(Row)i(Column)i
|
|
TableView_Change
|
|
m
|
|
|
|
|
|
MoveFirst
|
|
m
|
|
|
|
|
|
MoveLast
|
|
m
|
|
|
|
|
|
MoveNext
|
|
m
|
|
|
|
|
|
MovePrevious
|
|
m
|
|
|
|
|
|
Remove
|
|
m
|
|
b
|
|
|
|
TableView_ColumnClick
|
|
m
|
|
|
|
(Column)i
|
|
_OnDatabaseChange
|
|
m
|
|
|
|
|