RAD Studio VCL Reference
ContentsIndex
TCustomForm Methods Protected Methods
Protected Methods
 
Name 
Description 
 
Activation event dispatcher. 
 
Active state event dispatcher. 
 
Aligns all child controls of the form that fall within a specified rectangle. 
 
Responds when the user starts dragging the form if DragMode is dmAutomatic. 
 
Repositions and resizes the form by the ratio M/D, adjusting its client area and font size as needed. 
 
CloseModal prepares a modal form for closing. 
 
Initializes the window-creation parameter record when the form window is created. 
 
Creates a form window given a set of window-creation parameters. 
 
Creates the form window. 
 
Generates an OnDeactivate event. 
 
Designates methods for storing a form's unpublished data on a stream such as a form file. 
 
Destroys the control's window without destroying the control. 
 
Destroys the window created in the CreateWindowHandle method. 
 
Form closing event dispatcher. 
 
Form creation event dispatcher. 
 
Form destruction event dispatcher. 
 
Docking event dispatcher. 
 
Form hide event dispatcher. 
 
Form show event dispatcher. 
 
This is get_ActiveMDIChild, a member of class TCustomForm. 
 
This is get_MDIChildCount, a member of class TCustomForm. 
 
This is get_MDIChildren, a member of class TCustomForm. 
 
This is GetBorderIconStyles, a member of class TCustomForm. 
 
This is GetBorderStyles, a member of class TCustomForm. 
 
Returns the value of the ClientRect property. 
 
Returns the value of the Floating property. 
 
This is GetOwnerWindow, a member of class TCustomForm. 
 
Handles exceptions that are raised by the OnCreate event handler. 
 
This is InitializeNewForm, a member of class TCustomForm. 
 
Performs fix-ups when the form is first loaded into memory. 
 
Responds to notifications that objects are about to be inserted or removed. 
 
Generates an OnPaint event. 
 
Renders the image of the form. 
 
Responds to changes in the system's palette by realizing the control's palette as returned from GetPalette. 
 
Returns a reference to a specified interface if that interface is supported by the form. 
 
Reads the form's published properties, stored data, and owned components from a reader object. 
 
Instructs the form's parent (if any) to reposition the form, enforcing its Align property. 
 
Makes any required adjustments when the form changes size. 
 
Changes the order in which Child appears when GetChildren is called. 
 
Sets the Parent property. 
 
Sets the ParentBiDiMode property. 
 
Updates all actions associated with the form. 
 
Updates the WindowState property to reflect the current state of the form. 
 
Determines if a form can rename one of its owned components. 
 
Responds just before the form changes the value of its Visible property. 
 
Provides specific message responses for the form. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.