FMX.Grid.TCustomGrid Events
InheritedProtected
CustomSceneAddRect | public | |
OnActivate | public | Occurs when the window where this control gains the focus, and the control of the window that has the focus is either this control itself or a descendant of this control. |
OnApplyStyleLookup | public | Occurs when a style is applied to the control. |
OnCalcContentBounds | public | Event that raises after the control calculates its content size. |
OnCallbackGetValue | public | Occurs immediately when you update the contents of one of the cells in this grid. |
OnCanFocus | public | Occurs when a control can receive focus. |
OnCellClick | public | Occurs when a user releases the mouse in one of the grid cells. |
OnCellDblClick | public | Occurs when a user double-clicks one of the grid cells. |
OnClick | public | Occurs when the control is clicked. |
OnColumnMoved | public | Occurs immediately after a column is moved. |
OnCreateCustomEditor | public | Occurs before the creation of the editor for cells in a column. |
OnDblClick | public | Occurs when the left mouse button is double-clicked with the pointer over the control. |
OnDeactivate | public | Occurs when the window where this control is loses the focus while this control or a descendant of this control has the focus. |
OnDragDrop | public | Occurs when a dragged control is dropped. |
OnDragEnd | public | Occurs when the dragging of a control ends. |
OnDragEnter | public | Occurs when a dragged object enters the area of the current control. |
OnDragLeave | public | Occurs when a dragged object leaves the area of the current control. |
OnDragOver | public | Occurs when a dragged object is over the area of the current control. |
OnDrawColumnBackground | public | Occurs when the background of a cell needs to be drawn. |
OnDrawColumnCell | public | Occurs when the grid needs to paint a cell. |
OnDrawColumnHeader | public | Occurs when the grid needs to paint a header of a column. |
OnEditingDone | public | Occurs immediately when you accomplish editing of any of cells in this grid. |
OnEnter | public | Occurs when the control receive input focus. |
OnExit | public | Occurs when the input focus is taken from the control. |
OnGesture | published | Occurs when you perform a gesture associated with this control. |
OnGetDeltaStreams | protected | |
OnGetValue | public | Occurs when the grid needs to retrieve a value from an external repository to use as the content of one of the cells in this grid. |
OnHeaderClick | public | Occurs immediately when the left mouse button is clicked with the pointer over the header of a column. |
OnKeyDown | public | Occurs when a key is pressed while the control has focus. |
OnKeyUp | public | Occurs when a key is released while the control has focus. |
OnMouseDown | public | Occurs when a mouse button is pressed over a control. |
OnMouseEnter | public | Occurs when the mouse cursor enters the area of the control. |
OnMouseLeave | public | Occurs when the mouse cursor leaves the control area. |
OnMouseMove | public | Occurs when the mouse cursor moves while over the control area. |
OnMouseUp | public | Occurs when the mouse button that was pressed over the control is released. |
OnMouseWheel | public | Occurs when the mouse wheel moves while the control has focus. |
OnPaint | public | Occurs when the control is redrawn. |
OnPainting | public | Occurs when the control is painted. |
OnPresentationNameChoosing | public | Occurs right before your control loads its presentation, and it allows you to define a custom presentation proxy name different from the name that DefinePresentationName returns. |
OnResize | public | Occurs immediately after the control is resized. |
OnResized | public | Occurs immediately after the control is resized. |
OnSelChanged | public | Occurs when the selected row in the grid changes. |
OnSelectCell | public | Occurs immediately after a cell in a column is selected. |
OnSetValue | public | Occurs when you need to pass a content of one of the cells in this grid as a value to an external repository. |
OnTap | published | Occurs when a user taps the control using a finger or a similar device (not a mouse). |
OnViewportPositionChange | public | Raises when the value of ViewportPosition was changed. |