FMX.Grid.TGrid Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
OnActivatepublicOccurs when the window where this control is gains the focus, and the control of the window that has the focus is either this control itself or a descendant of this control.
OnApplyStyleLookuppublishedOccurs when a style is applied to the control.
OnCalcContentBoundspublic
OnCallbackGetValuepublicOccurs immediately when you update the contents of one of the cells in this grid.
OnCanFocuspublishedOccurs when a control can receive focus.
OnClickpublishedOccurs when the control is clicked.
OnColumnMovedpublishedOccurs immediately after a column is moved.
OnCreateCustomEditorpublishedOccurs before the creation of the default editor for cells.
OnDblClickpublishedOccurs when the left mouse button is double-clicked with the pointer over the control.
OnDeactivatepublicOccurs when the window where this control is loses the focus while this control or a descendant of this control has the focus.
OnDragDroppublishedOccurs when a dragged control is dropped.
OnDragEndpublishedOccurs when the dragging of a control ends.
OnDragEnterpublishedOccurs when a dragged object enters the area of the current control.
OnDragLeavepublishedOccurs when a dragged object leaves the area of the current control.
OnDragOverpublishedOccurs when a dragged object is over the area of the current control.
OnDrawColumnCellpublishedOccurs when the grid needs to paint a cell.
OnDrawColumnHeaderpublishedOccurs when the grid needs to paint a header of a column.
OnEditingDonepublishedOccurs immediately when you edit the contents of one of the cells in this grid.
OnEnterpublishedOccurs when the control receive input focus.
OnExitpublishedOccurs when the input focus is taken from the control.
OnGesturepublishedOccurs when you perform a gesture associated with this control.
OnGetDeltaStreamsprotected
OnGetValuepublishedOccurs immediately when you retrieve the contents of one of the cells in this grid.
OnHeaderClickpublishedOccurs immediately when the left mouse button is clicked with the pointer over the header of a column.
OnHScrollChangepublicRaises when the horizontal scrollbar value was changed.
OnKeyDownpublishedOccurs when a key is pressed while the control has focus.
OnKeyUppublishedOccurs when a key is released while the control has focus.
OnMouseDownpublishedOccurs when a mouse button is pressed over a control.
OnMouseEnterpublishedOccurs when the mouse cursor enters the area of the control.
OnMouseLeavepublishedOccurs when the mouse cursor leaves the control area.
OnMouseMovepublishedOccurs when the mouse cursor moves while over the control area.
OnMouseUppublishedOccurs when the mouse button that was pressed over the control is released.
OnMouseWheelpublishedOccurs when the mouse wheel moves while the control has focus.
OnPaintpublicOccurs when the control is redrawn.
OnPaintingpublicOccurs when the control is painted.
OnResizepublishedOccurs immediately after the control is resized.
OnSelChangedpublishedOccurs when the selected row in the grid changes.
OnSelectCellpublishedOccurs immediately after a cell in a column is selected.
OnSetValuepublishedOccurs immediately when you set a new value as the content of one of the cells in this grid.
OnTappublishedOccurs when a user taps the control using a finger or a similar device (not a mouse).
OnViewportPositionChangepublic
OnVScrollChangepublicRaises when the vertical scrollbar value was changed.