RAD Studio VCL Reference
ContentsIndex
TCustomForm Methods Public Methods
Public Methods
 
Name 
Description 
 
Construction event dispatcher. 
 
Destruction event dispatcher. 
 
Closes the form. 
 
Close attempt event dispatcher. 
 
Provides message handling for all messages that the form does not fully process. 
 
Removes focus from a control on the form. 
 
Dock 
Handles automatic docking of the form into other windows. 
 
Sets focus to a control on the form. 
 
Returns the "child" components of the form; that is, those components that return the form from their GetParentComponent method. 
 
Returns a bitmap of the form. 
 
Hide 
Hides the form. 
 
Processes shortcut keys when the form has focus. 
 
Ensures that the form is fully visible on a specified monitor. 
 
Directs mouse wheel messages to the appropriate control. 
 
Prints the form. 
 
This is RecreateAsPopup, a member of class TCustomForm. 
 
Destroys the form and frees its associated memory. 
 
Cancels modes on the form. 
 
This is set_PopupParent, a member of class TCustomForm. 
 
Sets focus to the form. 
 
Sets focus to a control on the form. 
 
Show 
Shows the form. 
 
Shows a form as a modal dialog. 
 
Indicates whether the form processes keyboard input for a control it owns. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.