Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
primspdt
primspdt
Spin Edit Box (PRIM_SPDT)

Panel
bgColor#2c3c4c

Numeric edit with up and down arrows to change the value

...

Name

Description

AnimationEnded

Fired when an animation is ended [Inherited from Spin Edit Box (PRIM_SPDT)

Cancelled

Changed

Changed is a change in the component

CreateInstance

CreateInstance is signalled signaled when an instance of a component is created [Inherited from Spin Edit Box (PRIM_SPDT)

DestroyInstance

DestroyInstance is signalled signaled when an instance of a component is about to be destroyed [Inherited from Spin Edit Box (PRIM_SPDT)

DragDrop

Fired on mouse up to signify the end of a drag process [Inherited from Spin Edit Box (PRIM_SPDT)

PosX, PosY, Source, Payload, AggregatedSource, Origin, Handled, DragResult

DragOver

Fired during the drag and drop process when the cursor moves over the control [Inherited from Spin Edit Box (PRIM_SPDT)

PosX, PosY, Source, Payload, DragState, AcceptDrop, DragCursor, ShowDropHilight, AggregatedSource, Origin, Handled

EndDrag

Fired when the drag and drop process has completed [Inherited from Spin Edit Box (PRIM_SPDT)

Source, Payload, DragResult, AggregatedSource, Origin, Handled

Enter

Fired when the Enter key is pressed

KeyCode, Char, IsAltDown, IsControlDown, IsShiftDown, Handled

GotFocus

Fired when the control receives the focus

Initialize

Fired after a component has been realized for the first time [Inherited from Spin Edit Box (PRIM_SPDT)

KeyPress

Fired when a key is pressed on the keyboard

KeyCode, Char, IsAltDown, IsControlDown, IsShiftDown, Handled

LostFocus

LostFocus happens when a component is no longer active

MouseEnter

The mouse has entered the bounds of the control [Inherited from Spin Edit Box (PRIM_SPDT)

MouseHover

The mouse has hovered over the control [Inherited from Spin Edit Box (PRIM_SPDT)

Origin, Handled

MouseLeave

The mouse has left the bounds of the control [Inherited from Spin Edit Box (PRIM_SPDT)

StartDrag

Fired when the user starts a drag and drop process [Inherited from Spin Edit Box (PRIM_SPDT)

Source, Payload, Continue, DragList, AggregatedSource, Origin, Handled

TouchChange

Fired repeatedly between the TouchStart and TouchEnd boundaries to provide details of the touch events [Inherited from Spin Edit Box (PRIM_SPDT)

MoveLeft, MoveTop, ScaleWidth, ScaleHeight, Rotation, Continue

TouchEnd

Fired when the user stops touching the screen [Inherited from Spin Edit Box (PRIM_SPDT)

TouchStart

Fired when the user first makes physical contact with the screen [Inherited from Spin Edit Box (PRIM_SPDT)

Origin, TouchMove, TouchRotate, TouchScale, TouchSize

...

Name

Description

Dec

Decrement the value in the spin edit box

FadeIn

Animate from invisible to visible Inherited from Control (PRIM_CTRL)

Duration, Delay

FadeOut

Animate from visible to invisible Inherited from Control (PRIM_CTRL)

Duration, Delay, Visible

Inc

Inc method increments the value in the spin edit box

MoveFrom

Move a control from the specified position to the current position Inherited from Control (PRIM_CTRL)

Left, Top, Duration, Delay

MoveTo

Animate a move from the specified number of pixels Inherited from Control (PRIM_CTRL)

Left, Top, Duration, Delay

Realize

Creates the visual portion of dynamically created controls Inherited from Control (PRIM_CTRL)

Scale

Animate a change of scale Inherited from Control (PRIM_CTRL)

ScaleWidth, ScaleHeight, Duration, Delay

SelectText

Set selection within the value

StartPosition, Length

SetFocus

Sets the control to be the focus control Inherited from Control (PRIM_CTRL)

ShowMessages

LANSA Internal Use Inherited from Control (PRIM_CTRL)

SizeTo

Changes and animates control size changing Inherited from Control (PRIM_CTRL)

Width, Height, Duration, Delay

Unrealize

Destroys the visual portion of dynamically created controls Inherited from Control (PRIM_CTRL)

UpdateDisplay

UpdateDisplay updates the display immediately Inherited from Control (PRIM_CTRL)

...

See also

All Component Classes

Technical Reference