TCustomForm Class

Namespace: System.UI.Controls
TObject
  System.Classes.TComponent
    System.UI.Controls.TControl
      System.UI.Controls.TCustomControl
        System.UI.Controls.TContainerControl
          System.UI.Controls.TCustomForm
            System.UI.Controls.TForm
            System.UI.Dialogs.TDialog
            System.UI.Wizard.TWizardForm
type
 TCustomForm = class(TContainerControl)
 end;

The TCustomForm type exposes the following members.

Show:
 NameDescription
Create

Initializes a new instance of the TCustomForm class.

Top
Show:
 NameDescription
Action

Represents property Action. (Inherited from TControl.)

Active

Represents property Active.

Align

Represents property Align. (Inherited from TControl.)

AlignWithMargins

Represents property AlignWithMargins. (Inherited from TControl.)

AutoSize

Represents property AutoSize.

BorderStyle

Represents property BorderStyle.

BoundsRect

Represents property BoundsRect. (Inherited from TControl.)

Caption

Represents property Caption. (Inherited from TControl.)

ClientRect

Represents property ClientRect. (Inherited from TControl.)

Color

Represents property Color. (Inherited from TControl.)

ComponentCount

Represents property ComponentCount. (Inherited from TComponent.)

ComponentIndex

Represents property ComponentIndex. (Inherited from TComponent.)

Components[Integer]

Represents property Components[Integer]. (Inherited from TComponent.)

Constraints

Represents property Constraints. (Inherited from TControl.)

Controls

Represents property Controls. (Inherited from TContainerControl.)

Cursor

Represents property Cursor. (Inherited from TControl.)

Enabled

Represents property Enabled. (Inherited from TControl.)

Font

Represents property Font. (Inherited from TControl.)

Handle

Represents property Handle. (Inherited from TCustomControl.)

Height

Represents property Height. (Inherited from TControl.)

Hint

Represents property Hint. (Inherited from TControl.)

KeyPreview

Represents property KeyPreview.

Left

Represents property Left. (Inherited from TControl.)

Margins

Represents property Margins. (Inherited from TControl.)

ModalResult

Represents property ModalResult.

Name

Represents property Name. (Inherited from TComponent.)

OnEnter

Represents property OnEnter.

OnExit

Represents property OnExit.

OnShow

Represents property OnShow.

Owner

Represents property Owner. (Inherited from TComponent.)

Padding

Represents property Padding. (Inherited from TContainerControl.)

Parent

Represents property Parent. (Inherited from TControl.)

ParentBackground

Represents property ParentBackground. (Inherited from TControl.)

ParentColor

Represents property ParentColor. (Inherited from TControl.)

ParentFont

Represents property ParentFont. (Inherited from TControl.)

ParentShowHint

Represents property ParentShowHint. (Inherited from TControl.)

Position

Represents property Position.

ShowHint

Represents property ShowHint. (Inherited from TControl.)

StayOnTop

Represents property StayOnTop.

TabStop

Represents property TabStop. (Inherited from TControl.)

Tag

Represents property Tag. (Inherited from TComponent.)

Text

Represents property Text. (Inherited from TControl.)

Top

Represents property Top. (Inherited from TControl.)

Visible

Represents property Visible. (Inherited from TControl.)

Width

Represents property Width. (Inherited from TControl.)

WindowState

Represents property WindowState.

Top
Show:
 NameDescription
CanFocus

Represents method CanFocus. (Inherited from TCustomControl.)

Click

Represents method Click. (Inherited from TControl.)

ClientToScreen(TPoint)

Overloaded. Represents method ClientToScreen(TPoint). (Inherited from TControl.)

ClientToScreen(TRect)

Overloaded. Represents method ClientToScreen(TRect). (Inherited from TControl.)

Close

Represents method Close.

FindComponent(String)

Represents method FindComponent(String). (Inherited from TComponent.)

Focused

Represents method Focused. (Inherited from TCustomControl.)

GetAction

Represents method GetAction. (Inherited from TControl.)

GetActive

Represents method GetActive.

GetAlign

Represents method GetAlign. (Inherited from TControl.)

GetAlignWithMargins

Represents method GetAlignWithMargins. (Inherited from TControl.)

GetAutoSize

Represents method GetAutoSize. (Inherited from TControl.)

GetBorderStyle

Represents method GetBorderStyle.

GetBoundsRect

Represents method GetBoundsRect. (Inherited from TControl.)

GetClientRect

Represents method GetClientRect. (Inherited from TControl.)

GetColor

Represents method GetColor. (Inherited from TControl.)

GetComponent(Integer)

Represents method GetComponent(Integer). (Inherited from TComponent.)

GetComponentCount

Represents method GetComponentCount. (Inherited from TComponent.)

GetComponentIndex

Represents method GetComponentIndex. (Inherited from TComponent.)

GetConstraints

Represents method GetConstraints. (Inherited from TControl.)

GetControls

Represents method GetControls. (Inherited from TContainerControl.)

GetCursor

Represents method GetCursor. (Inherited from TControl.)

GetEnabled

Represents method GetEnabled. (Inherited from TControl.)

GetFont

Represents method GetFont. (Inherited from TControl.)

GetHandle

Represents method GetHandle. (Inherited from TCustomControl.)

GetHeight

Represents method GetHeight. (Inherited from TControl.)

GetHint

Represents method GetHint. (Inherited from TControl.)

GetKeyPreview

Represents method GetKeyPreview.

GetLeft

Represents method GetLeft. (Inherited from TControl.)

GetMargins

Represents method GetMargins. (Inherited from TControl.)

GetModalResult

Represents method GetModalResult.

GetName

Represents method GetName. (Inherited from TComponent.)

GetOwner

Represents method GetOwner. (Inherited from TComponent.)

GetPadding

Represents method GetPadding. (Inherited from TContainerControl.)

GetParent

Represents method GetParent. (Inherited from TControl.)

GetParentBackground

Represents method GetParentBackground. (Inherited from TControl.)

GetParentColor

Represents method GetParentColor. (Inherited from TControl.)

GetParentFont

Represents method GetParentFont. (Inherited from TControl.)

GetParentShowHint

Represents method GetParentShowHint. (Inherited from TControl.)

GetPosition

Represents method GetPosition.

GetShowHint

Represents method GetShowHint. (Inherited from TControl.)

GetStayOnTop

Represents method GetStayOnTop.

GetTabStop

Represents method GetTabStop. (Inherited from TControl.)

GetTag

Represents method GetTag. (Inherited from TComponent.)

GetText

Represents method GetText. (Inherited from TControl.)

GetTop

Represents method GetTop. (Inherited from TControl.)

GetUserInterfaceAutomation

Represents method GetUserInterfaceAutomation. (Inherited from TControl.)

GetVisible

Represents method GetVisible. (Inherited from TControl.)

GetWidth

Represents method GetWidth. (Inherited from TControl.)

GetWindowState

Represents method GetWindowState.

Hide

Represents method Hide. (Inherited from TControl.)

Invalidate

Represents method Invalidate. (Inherited from TControl.)

Perform(Integer,Integer,Integer)

 (Inherited from TCustomControl.)

PostMessage(Integer,Integer,Integer)

Overloaded. Represents method PostMessage(Integer,Integer,Integer). (Inherited from TCustomControl.)

PostMessage(Integer,Integer,Integer,Integer)

Overloaded. Represents method PostMessage(Integer,Integer,Integer,Integer). (Inherited from TCustomControl.)

Refresh

Represents method Refresh. (Inherited from TControl.)

Repaint

Represents method Repaint. (Inherited from TControl.)

ScreenToClient(TPoint)

Overloaded. Represents method ScreenToClient(TPoint). (Inherited from TControl.)

ScreenToClient(TRect)

Overloaded. Represents method ScreenToClient(TRect). (Inherited from TControl.)

SetAction(TAction)

Represents method SetAction(TAction). (Inherited from TControl.)

SetAlign(TAlign)

Represents method SetAlign(TAlign). (Inherited from TControl.)

SetAlignWithMargins(Boolean)

Represents method SetAlignWithMargins(Boolean). (Inherited from TControl.)

SetAutoSize(Boolean)

Represents method SetAutoSize(Boolean). (Inherited from TControl.)

SetBorderStyle(TFormBorderStyle)

Represents method SetBorderStyle(TFormBorderStyle).

SetBoundsRect(TRect)

Represents method SetBoundsRect(TRect). (Inherited from TControl.)

SetColor(TColor)

Represents method SetColor(TColor). (Inherited from TControl.)

SetComponentIndex(Integer)

Represents method SetComponentIndex(Integer). (Inherited from TComponent.)

SetCursor(Integer)

Represents method SetCursor(Integer). (Inherited from TControl.)

SetEnabled(Boolean)

Represents method SetEnabled(Boolean). (Inherited from TControl.)

SetFocus

Represents method SetFocus. (Inherited from TCustomControl.)

SetFont(TFont)

Represents method SetFont(TFont). (Inherited from TControl.)

SetHeight(Integer)

Represents method SetHeight(Integer). (Inherited from TControl.)

SetHint(String)

Represents method SetHint(String). (Inherited from TControl.)

SetKeyPreview(Boolean)

Represents method SetKeyPreview(Boolean).

SetLeft(Integer)

Represents method SetLeft(Integer). (Inherited from TControl.)

SetModalResult(TModalResult)

Represents method SetModalResult(TModalResult).

SetOnClick(TControlNotifyEvent)

Represents method SetOnClick(TControlNotifyEvent). (Inherited from TControl.)

SetOnDblClick(TControlNotifyEvent)

Represents method SetOnDblClick(TControlNotifyEvent). (Inherited from TControl.)

SetOnEnter(TControlNotifyEvent)

Represents method SetOnEnter(TControlNotifyEvent). (Inherited from TControl.)

SetOnExit(TControlNotifyEvent)

Represents method SetOnExit(TControlNotifyEvent). (Inherited from TControl.)

SetOnKeypress(TKeypressEvent)

Represents method SetOnKeypress(TKeypressEvent). (Inherited from TControl.)

SetOnShow(TControlNotifyEvent)

Represents method SetOnShow(TControlNotifyEvent).

SetParent(TContainerControl)

Represents method SetParent(TContainerControl). (Inherited from TControl.)

SetParentBackground(Boolean)

Represents method SetParentBackground(Boolean). (Inherited from TControl.)

SetParentColor(Boolean)

Represents method SetParentColor(Boolean). (Inherited from TControl.)

SetParentFont(Boolean)

Represents method SetParentFont(Boolean). (Inherited from TControl.)

SetParentShowHint(Boolean)

Represents method SetParentShowHint(Boolean). (Inherited from TControl.)

SetPosition(TFormPosition)

Represents method SetPosition(TFormPosition).

SetShowHint(Boolean)

Represents method SetShowHint(Boolean). (Inherited from TControl.)

SetStayOnTop(Boolean)

Represents method SetStayOnTop(Boolean).

SetTabStop(Boolean)

Represents method SetTabStop(Boolean). (Inherited from TControl.)

SetTag(Integer)

Represents method SetTag(Integer). (Inherited from TComponent.)

SetText(String)

Represents method SetText(String). (Inherited from TControl.)

SetTop(Integer)

Represents method SetTop(Integer). (Inherited from TControl.)

SetVisible(Boolean)

Represents method SetVisible(Boolean). (Inherited from TControl.)

SetWidth(Integer)

Represents method SetWidth(Integer). (Inherited from TControl.)

SetWindowState(TWindowState)

Represents method SetWindowState(TWindowState).

Show

Represents method Show. (Inherited from TControl.)

ShowModal

Represents method ShowModal.

Update

Represents method Update. (Inherited from TControl.)

Top
Show:
 NameDescription
OnClick

Represents property OnClick. (Inherited from TControl.)

OnDblClick

Represents property OnDblClick. (Inherited from TControl.)

OnKeypress

Represents property OnKeypress.

Top

TCustomForm is an abstract base class and can not be instantiated directly.