RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomForm Events

The events of the TCustomForm class are listed here.

 
Name 
Description 
 
Occurs when the form becomes active. 
 
Occurs when an attempt is made to resize the control. 
 
Occurs when the user clicks the control. 
 
Occurs when the form closes. 
 
Occurs when close is attempted. 
 
Occurs when the form is created. 
 
Occurs when the user double-clicks the left mouse button when the mouse pointer is over the control. 
 
Occurs when the form loses focus. 
 
Occurs when the form is destroyed. 
 
Occurs when the user drops an object being dragged. 
 
Occurs when the user drags an object over a control. 
 
Occurs when the form receives a request for help. 
 
Occurs when the form is hidden (that is, when its Visible property is set to false). 
 
Occurs when a user presses any key while the control has focus. 
 
Occurs when a key is pressed. 
 
Occurs when the user releases a key that has been pressed. 
 
Occurs when the user presses a mouse button with the mouse pointer over a control and the parent form is not active. 
 
Occurs when the user presses a mouse button with the mouse pointer over a control. 
 
Occurs when the user moves the mouse pointer while the mouse pointer is over a control. 
 
Occurs when the user releases a mouse button that was pressed with the mouse pointer over a component. 
 
Occurs when the form is redrawn. 
 
Occurs immediately after the control is resized. 
 
Occurs when the user presses a key (before the OnKeyDown event). 
 
Occurs when the form is shown (that is, when its Visible property is set to true). 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!