FMX.CalendarEdit.TCalendarEdit Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
CustomSceneAddRectpublic
OnActivatepublicOccurs 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 (deprecated)publishedOccurs when a style is applied to the control.
OnCanFocus (deprecated)publishedOccurs when a control can receive focus.
OnChange (deprecated)publishedOccurs when the text for the edit control may have changed.
OnChangeTracking (deprecated)publishedOccurs when typing individual characters into the edit control.
OnClickpublicOccurs when the control is clicked.
OnClosePopup (deprecated)publishedOccurs when the Calendar control of the TCalendarEdit object is hidden.
OnDblClickpublicOccurs 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.
OnDragDrop (deprecated)publishedOccurs when a dragged control is dropped.
OnDragEnd (deprecated)publishedOccurs when the dragging of a control ends.
OnDragEnter (deprecated)publishedOccurs when a dragged object enters the area of the current control.
OnDragLeave (deprecated)publishedOccurs when a dragged object leaves the area of the current control.
OnDragOver (deprecated)publishedOccurs when a dragged object is over the area of the current control.
OnEnter (deprecated)publishedOccurs when the control receive input focus.
OnExit (deprecated)publishedOccurs when the input focus is taken from the control.
OnGesturepublishedOccurs when you perform a gesture associated with this control.
OnGetDeltaStreamsprotected
OnKeyDown (deprecated)publishedOccurs when a key is pressed while the control has focus.
OnKeyUp (deprecated)publishedOccurs when a key is released while the control has focus.
OnMouseDown (deprecated)publishedOccurs when a mouse button is pressed over a control.
OnMouseEnter (deprecated)publishedOccurs when the mouse cursor enters the area of the control.
OnMouseLeave (deprecated)publishedOccurs when the mouse cursor leaves the control area.
OnMouseMove (deprecated)publishedOccurs when the mouse cursor moves while over the control area.
OnMouseUp (deprecated)publishedOccurs when the mouse button that was pressed over the control is released.
OnMouseWheel (deprecated)publishedOccurs when the mouse wheel moves while the control has focus.
OnPaint (deprecated)publishedOccurs when the control is redrawn.
OnPainting (deprecated)publishedOccurs when the control is painted.
OnPopup (deprecated)publishedOccurs when the Calendar control of the TCalendarEdit object is shown.
OnPresentationNameChoosingpublicOccurs 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 (deprecated)publishedOccurs immediately after the control is resized.
OnResizedpublicOccurs immediately after the control is resized.
OnTappublishedOccurs when a user taps the control using a finger or a similar device (not a mouse).
OnTyping (deprecated)publishedOccurs when you are typing into this edit control.
OnValidatepublicOccurs after the user presses the ENTER key or the focus leaves the control.
OnValidatingpublicOccurs when you are entering symbols or when focus shifts away from this edit control.