Vcl.DBPWDlg.TPasswordDialog Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
OnActivatepublicOccurs when the form becomes active.
OnAfterMonitorDpiChangedpublic
OnAlignInsertBeforepublicOccurs when an object with custom alignment is aligned.
OnAlignPositionpublicOccurs when an object with custom alignment is aligned.
OnBeforeMonitorDpiChangedpublic
OnCanResizepublicOccurs when an attempt is made to resize the control.
OnClickpublicOccurs when the user clicks the control.
OnClosepublicOccurs when the form closes.
OnCloseQuerypublicOccurs when close is attempted.
OnConstrainedResizepublicAdjusts the resize constraints.
OnContextPopuppublicOccurs when the user right-clicks the control or otherwise invokes the pop-up menu (such as using the keyboard).
OnCreatepublicOccurs when the form is created.
OnDblClickpublicOccurs when the user double-clicks the left mouse button when the mouse pointer is over the control.
OnDeactivatepublicOccurs when the form loses focus.
OnDestroypublicOccurs when the form is destroyed.
OnDockDroppublicOccurs when another control is docked to the control.
OnDockOverpublicOccurs when another control is dragged over the control.
OnDragDroppublicOccurs when the user drops an object being dragged.
OnDragOverpublicOccurs when the user drags an object over a control.
OnEndDockpublicOccurs when the dragging of an object ends, either by docking the object or by canceling the dragging.
OnEndDragprotectedOccurs when the dragging of an object ends, either by dropping the object or by canceling the dragging.
OnEnterprotectedOccurs when a control receives the input focus.
OnExitprotectedOccurs when the input focus shifts away from one control to another.
OnGesturepublicOccurs when you perform a gesture associated with this control.
OnGetDeltaStreamsprotected
OnGetSiteInfopublicReturns the control's docking information.
OnHelppublicOccurs when the form receives a request for Help.
OnHidepublicOccurs when the form is hidden (that is, when its Visible property is set to false).
OnKeyDownpublicOccurs when a user presses any key while the control has focus.
OnKeyPresspublicOccurs when a key is pressed.
OnKeyUppublicOccurs when the user releases a key that was pressed.
OnMouseActivatepublicOccurs when the user presses a mouse button with the mouse pointer over a control and the parent form is not active.
OnMouseDownpublicOccurs when the user presses a mouse button with the mouse pointer over a control.
OnMouseEnterpublicOccurs when the user moves the mouse into a control.
OnMouseLeavepublicOccurs when the user moves the mouse outside of a control.
OnMouseMovepublicOccurs when the user moves the mouse pointer while the mouse pointer is over a control.
OnMouseUppublicOccurs when the user releases a mouse button that was pressed with the mouse pointer over a component.
OnMouseWheelpublicOccurs when the mouse wheel is rotated.
OnMouseWheelDownpublicOccurs when the mouse wheel is rotated downward.
OnMouseWheelUppublicOccurs when the mouse wheel is rotated upward.
OnPaintpublicOccurs when the form is redrawn.
OnResizepublicOccurs immediately after the control is resized.
OnShortCutpublicOccurs when the user presses a key (before the OnKeyDown event).
OnShowpublicOccurs when the form is shown (that is, when its Visible property is set to true).
OnStartDockpublicOccurs when the user begins to drag a control with a DragKind of dkDock.
OnStartDragprotectedOccurs when the user begins to drag the control or an object it contains by left-clicking the control and holding the mouse button down.
OnUnDockpublicOccurs when the application tries to undock a control that is docked to the windowed control.
WindowProcpublicPoints to the window procedure that responds to messages sent to the control.