abstract public class BaseButton
Modifier and Type | Field |
---|---|
BoolValue |
_visible
|
BoolValue |
_enabled
|
BoolValue |
_tabStop
|
Region |
_region
|
Object |
_parent
|
WideString |
_caption
|
WindowHandle |
_handle
|
Func1 |
onClick
|
Modifier and Type | Constructor / Static Method |
---|---|
BaseButton |
forms@BaseButton$$new()
|
Modifier and Type | Method |
---|---|
|
click()
|
internal |
updateStyles(ref IntNumber retVal)
|
abstract public class BaseControl
Modifier and Type | Field |
---|---|
BoolValue |
_visible
|
BoolValue |
_enabled
|
BoolValue |
_tabStop
|
Region |
_region
|
Object |
_parent
|
WideString |
_caption
|
Modifier and Type | Constructor / Static Method |
---|---|
BaseControl |
forms@BaseControl$$new()
|
Modifier and Type | Property |
---|---|
get String |
Caption()
|
set |
Caption(String s)
|
get BoolValue |
Enabled()
|
set |
Enabled(BoolValue value)
|
get BoolValue |
Visible()
|
set |
Visible(BoolValue v)
|
get |
Parent()
|
set internal |
Parent(Object o)
|
get IntNumber |
Width()
|
set |
Width(IntNumber n)
|
get IntNumber |
Height()
|
set |
Height(IntNumber n)
|
get IntNumber |
X()
|
set |
X(IntNumber n)
|
get IntNumber |
Y()
|
set |
Y(IntNumber n)
|
get Region |
Region()
|
Modifier and Type | Method |
---|---|
|
setRegion(IntNumber x, IntNumber y, IntNumber width, IntNumber height)
|
abstract public class BasePanel
Modifier and Type | Field |
---|---|
BoolValue |
_visible
|
BoolValue |
_enabled
|
BoolValue |
_tabStop
|
Region |
_region
|
Object |
_parent
|
WideString |
_caption
|
WindowHandle |
_handle
|
List<forms'IControl> |
_controls
|
Func1 |
onResize
|
Frame |
_frame
|
Modifier and Type | Constructor / Static Method |
---|---|
BasePanel |
forms@BasePanel$$new()
|
Modifier and Type | Property |
---|---|
set |
Caption(String caption)
|
set |
Width(IntNumber v)
|
set |
Height(IntNumber h)
|
set |
Caption(WideString caption)
|
Modifier and Type | Method |
---|---|
|
setRegion(IntNumber x, IntNumber y, IntNumber width, IntNumber height)
|
internal |
resize(Handle handle, IntNumber width, IntNumber height)
|
internal |
appendControlInternal(BaseControl control)
|
internal |
appendControlInternal(ImageList control)
|
abstract public class BaseWinContainer
Modifier and Type | Field |
---|---|
BoolValue |
_visible
|
BoolValue |
_enabled
|
BoolValue |
_tabStop
|
Region |
_region
|
Object |
_parent
|
WideString |
_caption
|
WindowHandle |
_handle
|
List<forms'IControl> |
_controls
|
Func1 |
onResize
|
Modifier and Type | Constructor / Static Method |
---|---|
BaseWinContainer |
forms@BaseWinContainer$$new()
|
Modifier and Type | Method |
---|---|
|
open()
|
|
close()
|
IControl |
retrieve(Handle handle)
|
internal |
resize(WindowHandle hwnd, IntNumber width, IntNumber height)
|
abstract public class BaseWinControl
Modifier and Type | Field |
---|---|
BoolValue |
_visible
|
BoolValue |
_enabled
|
BoolValue |
_tabStop
|
Region |
_region
|
Object |
_parent
|
WideString |
_caption
|
WindowHandle |
_handle
|
Modifier and Type | Constructor / Static Method |
---|---|
BaseWinControl |
forms@BaseWinControl$$new()
|
Modifier and Type | Property |
---|---|
set |
Caption(v)
|
get String |
Caption()
|
set |
Caption(String s)
|
set |
Enabled(BoolValue value)
|
set |
Visible(BoolValue v)
|
get |
Control()
|
set |
Caption(WideString s)
|
Modifier and Type | Conversion Method |
---|---|
WindowHandle |
cast()
|
Modifier and Type | Method |
---|---|
|
setRegion(IntNumber x, IntNumber y, IntNumber width, IntNumber height)
|
internal abstract |
createHandle()
|
internal |
onCreate()
|
|
open()
|
|
close()
|
IControl |
retrieve(Handle handle)
|
internal |
resize(Handle hwnd, IntNumber width, IntNumber height)
|
|
refresh()
|
|
click()
|
abstract public class BaseWinForm
Modifier and Type | Field |
---|---|
BoolValue |
_visible
|
BoolValue |
_enabled
|
BoolValue |
_tabStop
|
Region |
_region
|
Object |
_parent
|
WideString |
_caption
|
WindowHandle |
_handle
|
List<forms'IControl> |
_controls
|
Func1 |
onResize
|
Modifier and Type | Constructor / Static Method |
---|---|
BaseWinForm |
forms@BaseWinForm$$new()
|
Modifier and Type | Method |
---|---|
|
close()
|
|
appendControl(BaseControl control)
|
public class Button
Modifier and Type | Field |
---|---|
BoolValue |
_visible
|
BoolValue |
_enabled
|
BoolValue |
_tabStop
|
Region |
_region
|
Object |
_parent
|
WideString |
_caption
|
WindowHandle |
_handle
|
Func1 |
onClick
|
Modifier and Type | Constructor / Static Method |
---|---|
Button |
new()
|
Modifier and Type | Method |
---|---|
internal |
createHandle()
|
public class ChildForm
Modifier and Type | Field |
---|---|
BoolValue |
_visible
|
BoolValue |
_enabled
|
BoolValue |
_tabStop
|
Region |
_region
|
Object |
_parent
|
WideString |
_caption
|
WindowHandle |
_handle
|
List<forms'IControl> |
_controls
|
Func1 |
onResize
|
Modifier and Type | Constructor / Static Method |
---|---|
ChildForm |
new(parent)
|
Modifier and Type | Method |
---|---|
internal |
createHandle()
|
|
close()
|
|
run()
|
public class Edit
Modifier and Type | Field |
---|---|
BoolValue |
_visible
|
BoolValue |
_enabled
|
BoolValue |
_tabStop
|
Region |
_region
|
Object |
_parent
|
WideString |
_caption
|
WindowHandle |
_handle
|
Modifier and Type | Constructor / Static Method |
---|---|
Edit |
new()
|
Modifier and Type | Method |
---|---|
internal |
createHandle()
|
public class Frame
Modifier and Type | Field |
---|---|
BoolValue |
_visible
|
BoolValue |
_enabled
|
BoolValue |
_tabStop
|
Region |
_region
|
Object |
_parent
|
WideString |
_caption
|
WindowHandle |
_handle
|
Modifier and Type | Constructor / Static Method |
---|---|
Frame |
new()
|
Modifier and Type | Method |
---|---|
internal |
createHandle()
|
abstract public class IControl
Modifier and Type | Property |
---|---|
get abstract Object |
Control()
|
Modifier and Type | Method |
---|---|
abstract IControl |
retrieve(Handle handle)
|
abstract |
setRegion(IntNumber x, IntNumber y, IntNumber width, IntNumber height)
|
abstract |
open()
|
abstract |
close()
|
abstract |
click()
|
public class Imagebox
Modifier and Type | Field |
---|---|
BoolValue |
_visible
|
BoolValue |
_enabled
|
BoolValue |
_tabStop
|
Region |
_region
|
Object |
_parent
|
WideString |
_caption
|
WindowHandle |
_handle
|
Canvas |
_canvas
|
Func<system'Object,system'drawing'Canvas,system'Object> |
onPaint
|
HBITMAP |
_image
|
HDC |
_imageDC
|
BoolValue |
_needToRefresh
|
Modifier and Type | Constructor / Static Method |
---|---|
Imagebox |
new()
|
Modifier and Type | Method |
---|---|
internal |
resize(Handle handle, IntNumber width, IntNumber height)
|
|
refresh()
|
internal |
destroy()
|
internal |
paint()
|
public class ImageList
Modifier and Type | Field |
---|---|
Dimension |
_size
|
Object |
_parent
|
List<system'drawing'Image> |
_images
|
IntNumber |
_index
|
Modifier and Type | Constructor / Static Method |
---|---|
ImageList |
new()
|
Modifier and Type | Property |
---|---|
get |
Control()
|
get |
Parent()
|
set internal |
Parent(Object o)
|
get IntNumber |
SelectedIndex()
|
set |
SelectedIndex(IntNumber n)
|
Modifier and Type | Method |
---|---|
|
setRegion(IntNumber x, IntNumber y, IntNumber width, IntNumber height)
|
|
assign(Paintbox paintbox)
|
IControl |
retrieve(Handle handle)
|
|
click()
|
|
open()
|
|
appendImage(String path)
|
|
close()
|
public class Label
Modifier and Type | Field |
---|---|
BoolValue |
_visible
|
BoolValue |
_enabled
|
BoolValue |
_tabStop
|
Region |
_region
|
Object |
_parent
|
WideString |
_caption
|
WindowHandle |
_handle
|
Modifier and Type | Constructor / Static Method |
---|---|
Label |
new()
|
Modifier and Type | Method |
---|---|
internal |
createHandle()
|
public singleton messageDialog
Modifier and Type | Method |
---|---|
|
showInformation(parent, caption, text)
|
|
showInformation(caption, text)
|
|
showExclamation(parent, caption, text)
|
|
showExclamation(caption, text)
|
|
showWarning(parent, caption, text)
|
|
showWarning(caption, text)
|
|
showQuestion(parent, caption, text)
|
|
showQuestion(String caption, String text)
|
public class OpenFileDialog
Modifier and Type | Field |
---|---|
WindowHandle |
_parent
|
WideString |
_title
|
system'WideString[] |
_filters
|
Object |
_selectedPath
|
Modifier and Type | Constructor / Static Method |
---|---|
OpenFileDialog |
new(parent)
|
Modifier and Type | Method |
---|---|
BoolValue |
run()
|
public class Paintbox
Modifier and Type | Field |
---|---|
BoolValue |
_visible
|
BoolValue |
_enabled
|
BoolValue |
_tabStop
|
Region |
_region
|
Object |
_parent
|
WideString |
_caption
|
WindowHandle |
_handle
|
Canvas |
_canvas
|
Func<system'Object,system'drawing'Canvas,system'Object> |
onPaint
|
Modifier and Type | Constructor / Static Method |
---|---|
Paintbox |
new()
|
Modifier and Type | Method |
---|---|
internal |
createHandle()
|
internal |
destroy()
|
internal |
paint()
|
public class Panel
Modifier and Type | Field |
---|---|
BoolValue |
_visible
|
BoolValue |
_enabled
|
BoolValue |
_tabStop
|
Region |
_region
|
Object |
_parent
|
WideString |
_caption
|
WindowHandle |
_handle
|
List<forms'IControl> |
_controls
|
Func1 |
onResize
|
Frame |
_frame
|
Modifier and Type | Constructor / Static Method |
---|---|
Panel |
new()
|
Modifier and Type | Method |
---|---|
internal |
createHandle()
|
|
appendControl(BaseControl control)
|
|
appendControl(ImageList control)
|
public class RadioButton
Modifier and Type | Field |
---|---|
BoolValue |
_visible
|
BoolValue |
_enabled
|
BoolValue |
_tabStop
|
Region |
_region
|
Object |
_parent
|
WideString |
_caption
|
WindowHandle |
_handle
|
Func1 |
onClick
|
BoolValue |
_checked
|
Modifier and Type | Constructor / Static Method |
---|---|
RadioButton |
new()
|
RadioButton |
new(String caption)
|
Modifier and Type | Method |
---|---|
internal |
createHandle()
|
public class RadioButtonGroup
Modifier and Type | Field |
---|---|
BoolValue |
_visible
|
BoolValue |
_enabled
|
BoolValue |
_tabStop
|
Region |
_region
|
Object |
_parent
|
WideString |
_caption
|
WindowHandle |
_handle
|
List<forms'IControl> |
_controls
|
Func1 |
onResize
|
Frame |
_frame
|
IntNumber |
_selected
|
Func1 |
onIndexChanged
|
Modifier and Type | Constructor / Static Method |
---|---|
RadioButtonGroup |
new()
|
Modifier and Type | Property |
---|---|
get IntNumber |
SelectedIndex()
|
set |
SelectedIndex(IntNumber n)
|
Modifier and Type | Method |
---|---|
|
setRegion(IntNumber x, IntNumber y, IntNumber width, IntNumber height)
|
internal |
createHandle()
|
internal |
resize(Handle handle, IntNumber width, IntNumber height)
|
|
appendItem(String s)
|
internal |
resize()
|
internal |
onClick(Handle handle)
|
public class SaveFileDialog
Modifier and Type | Field |
---|---|
WindowHandle |
_parent
|
WideString |
_title
|
system'WideString[] |
_filters
|
Object |
_selectedPath
|
Modifier and Type | Constructor / Static Method |
---|---|
SaveFileDialog |
new(parent)
|
Modifier and Type | Method |
---|---|
BoolValue |
run()
|
public class SDIDialog
Modifier and Type | Field |
---|---|
BoolValue |
_visible
|
BoolValue |
_enabled
|
BoolValue |
_tabStop
|
Region |
_region
|
Object |
_parent
|
WideString |
_caption
|
WindowHandle |
_handle
|
List<forms'IControl> |
_controls
|
Func1 |
onResize
|
Modifier and Type | Constructor / Static Method |
---|---|
SDIDialog |
new()
|
Modifier and Type | Method |
---|---|
internal |
createHandle()
|
public class SDIForm
Modifier and Type | Field |
---|---|
BoolValue |
_visible
|
BoolValue |
_enabled
|
BoolValue |
_tabStop
|
Region |
_region
|
Object |
_parent
|
WideString |
_caption
|
WindowHandle |
_handle
|
List<forms'IControl> |
_controls
|
Func1 |
onResize
|
Modifier and Type | Constructor / Static Method |
---|---|
SDIForm |
new()
|
Modifier and Type | Method |
---|---|
internal |
createHandle()
|
|
onInit()
|
public class StaticLabel
Modifier and Type | Field |
---|---|
BoolValue |
_visible
|
BoolValue |
_enabled
|
BoolValue |
_tabStop
|
Region |
_region
|
Object |
_parent
|
WideString |
_caption
|
WindowHandle |
_handle
|
Modifier and Type | Constructor / Static Method |
---|---|
StaticLabel |
new()
|
Modifier and Type | Method |
---|---|
internal |
createHandle()
|