Page History
...
Name | Description |
|---|---|
Fired when an animation is ended Inherited from Control (PRIM_CTRL) Cancelled | |
Changed is a change in the component | |
CreateInstance is signalled when an instance of a component is created Inherited from Control (PRIM_CTRL) | |
DestroyInstance is signalled when an instance of a component is about to be destroyed Inherited from Control (PRIM_CTRL) | |
Fired when the user double clicks Origin, Handled | |
Fired on mouse up to signify the end of a drag process Inherited from Control (PRIM_CTRL) PosX, PosY, Source, Payload, AggregatedSource, Origin, Handled, DragResult | |
Fired during the drag and drop process when the cursor moves over the control Inherited from Control (PRIM_CTRL) PosX, PosY, Source, Payload, DragState, AcceptDrop, DragCursor, ShowDropHilight, AggregatedSource, Origin, Handled | |
Fired when the user changes a value in an editable cell Value | |
Fired when the drag and drop process has completed Inherited from Control (PRIM_CTRL) Source, Payload, DragResult, AggregatedSource, Origin, Handled | |
Fired when the Enter key is pressed KeyCode, Char, IsAltDown, IsControlDown, IsShiftDown, Handled | |
Fired when the control receives the focus | |
Fired after a component has been realized for the first time Inherited from Control (PRIM_CTRL) | |
ItemChanged happens when an item is changed | |
ItemChangedAccept event is triggered when an item is about to be changed Accept, Reason, Continue, Value | |
Fired when an item receives the focus | |
ItemGotFocusAccept is fired when the item gets focus Accept, Reason | |
Fired when an item in the list becomes selected | |
Fired when an item in the list is about to become selected Accept, Reason | |
Fired when the hint is about to be shown Caption, Cell | |
Fired when the item loses focus | |
Fired when an item in the list is about to lose focus Accept, Reason | |
ItemLostSelection happens when another item is selected | |
Fired when an item in the list is about to lose selection Accept, Reason | |
The mouse has entered the bounds of the item | |
The mouse is hovering over the item | |
The mouse has left the bounds of the item | |
Fired when a key is pressed on the keyboard KeyCode, Char, IsAltDown, IsControlDown, IsShiftDown, Handled | |
LostFocus happens when a component is no longer active | |
The mouse has entered the bounds of the control Inherited from Control (PRIM_CTRL) | |
The mouse has hovered over the control Inherited from Control (PRIM_CTRL) Origin, Handled | |
The mouse has left the bounds of the control Inherited from Control (PRIM_CTRL) | |
Fired when a value is selected in a prompter Form, ApplyValue, FocusAction, ReshowPrompter | |
Fired when the prompter image is clicked Form, Continue | |
Fired when the prompter is closed Form | |
Fired when the user starts a drag and drop process Inherited from Control (PRIM_CTRL) Source, Payload, Continue, DragList, AggregatedSource, Origin, Handled | |
Fired repeatedly between the TouchStart and TouchEnd boundaries to provide details of the touch events Inherited from Control (PRIM_CTRL) MoveLeft, MoveTop, ScaleWidth, ScaleHeight, Rotation, Continue | |
Fired when the user stops touching the screen Inherited from Control (PRIM_CTRL) | |
Fired when the user first makes physical contact with the screen Inherited from Control (PRIM_CTRL) Origin, TouchMove, TouchRotate, TouchScale, TouchSize | |
Fired when the user double clicks in a part of the list not occupied by a list item |
...
Name | Description |
|---|---|
Animate from invisible to visible Inherited from Control (PRIM_CTRL) Duration, Delay | |
Animate from visible to invisible Inherited from Control (PRIM_CTRL) Duration, Delay, Visible | |
Move a control from the specified position to the current position Inherited from Control (PRIM_CTRL) Left, Top, Duration, Delay | |
Animate a move from the specified number of pixels Inherited from Control (PRIM_CTRL) Left, Top, Duration, Delay | |
Creates the visual portion of dynamically created controls Inherited from Control (PRIM_CTRL) | |
Animate a change of scale Inherited from Control (PRIM_CTRL) ScaleWidth, ScaleHeight, Duration, Delay | |
Sets the control to be the focus control Inherited from Control (PRIM_CTRL) | |
Set the value at the specified position Result, Row, Column, Value | |
LANSA Internal Use Inherited from Control (PRIM_CTRL) | |
Changes and animates control size changing Inherited from Control (PRIM_CTRL) Width, Height, Duration, Delay | |
Show the defined splitters | |
Destroys the visual portion of dynamically created controls Inherited from Control (PRIM_CTRL) | |
UpdateDisplay updates the display immediately Inherited from Control (PRIM_CTRL) |
...