TCustomForm

E1014691

TCustomForm is a base class in Delphi’s VCL framework that provides the core window and form functionality from which TForm and other specialized form classes are derived.

Try in SPARQL Jump to: Statements Referenced by

Statements (66)

Predicate Object
instanceOf Delphi class
VCL base class
ancestorOf all standard VCL forms
baseFor TCustomDockForm NERFINISHED
TCustomFrameForm
TForm NERFINISHED
definedIn Vcl.Forms unit NERFINISHED
hasEvent OnActivate
OnClose
OnCloseQuery
OnCreate
OnDeactivate
OnDestroy
OnHide
OnKeyDown
OnKeyPress
OnKeyUp
OnResize
OnShow
hasMethod BringToFront
Close
Hide
RecreateWnd
Release
ScaleForPPI
SendToBack
SetFocus
Show
ShowModal
hasProperty ActiveControl
BorderIcons
BorderStyle
Caption
ClientHeight
ClientWidth
Color
Font
FormStyle
Icon
KeyPreview
Menu
PixelsPerInch
Position
Scaled
WindowState
inheritsFrom TScrollingWinControl
introducedIn early versions of Delphi VCL
language Object Pascal NERFINISHED
partOf Delphi VCL NERFINISHED
platform Windows
provides core window functionality
form management functionality
supports MDI forms
border icons
border style
form activation
form deactivation
form hiding
form showing
modal forms
modeless forms
positioning
window state management
usedBy MDI child forms
application main forms
dialog forms

Referenced by (4)

Full triples — surface form annotated when it differs from this entity's canonical label.

TForm inheritsFrom TCustomForm
TComponent isBaseClassOf TCustomForm
TControl superclassOf TCustomForm
TWinControl isAncestorOf TCustomForm