TForm

E322633

TForm is the fundamental window and dialog class in Delphi's Visual Component Library, serving as the base for creating application user interfaces.

All labels observed (1)

Label Occurrences
TForm canonical 2

How this entity was disambiguated

Statements (65)

Predicate Object
instanceOf Delphi class
VCL form class
ancestorOf TForm descendant classes
baseClassFor MDI child forms
MDI parent forms
application main windows
dialog windows
definedInUnit Vcl.Forms
hasEvent OnActivate
OnClose
OnCloseQuery
OnCreate
OnDeactivate
OnDestroy
OnHide
OnResize
OnShow
hasMethod BringToFront
Close
Hide
Release
SendToBack
SetFocus
Show
ShowModal
hasProperty BorderStyle
Caption
Color
Enabled
Font
FormStyle
Height
KeyPreview
Left
Menu
Name
Position
Top
Visible
Width
WindowState
inheritsFrom TCustomForm
interactsWith Win32 API
surface form: Windows API
partOf Delphi (programming language)
surface form: Delphi runtime library

Visual Component Library
programmingLanguage Pascal
surface form: Object Pascal
provides border and caption management
event-driven UI framework
form state management
keyboard event handling
menu integration
message handling
modal dialog support
modeless window support
mouse event handling
parenting for visual controls
positioning and sizing of windows
window handle management
supports component containment
data-aware controls hosting
streaming of form definitions from DFM files
usedFor creating graphical user interfaces
design-time form design in IDE
usedIn C++Builder
Delphi (programming language)
surface form: Delphi

How these facts were elicited

Referenced by (2)

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