TControl Class

Namespace: System.UI.Controls
TObject
  System.Classes.TComponent
    System.UI.Controls.TControl
      System.UI.Controls.TCustomControl
      System.UI.Layout.TLayout
type
 TControl = class(TComponent)
 end;

The TControl type exposes the following members.

Show:
 NameDescription
Action

Represents property Action.

Align

Represents property Align.

AlignWithMargins

Represents property AlignWithMargins.

AutoSize

Represents property AutoSize.

BoundsRect

Represents property BoundsRect.

Caption

Represents property Caption.

ClientRect

Represents property ClientRect.

Color

Represents property Color.

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.

Cursor

Represents property Cursor.

Enabled

Represents property Enabled.

Font

Represents property Font.

Height

Represents property Height.

Hint

Represents property Hint.

Left

Represents property Left.

Margins

Represents property Margins.

Name

Represents property Name. (Inherited from TComponent.)

Owner

Represents property Owner. (Inherited from TComponent.)

Parent

Represents property Parent.

ParentBackground

Represents property ParentBackground.

ParentColor

Represents property ParentColor.

ParentFont

Represents property ParentFont.

ParentShowHint

Represents property ParentShowHint.

ShowHint

Represents property ShowHint.

TabStop

Represents property TabStop.

Tag

Represents property Tag. (Inherited from TComponent.)

Text

Represents property Text.

Top

Represents property Top.

Visible

Represents property Visible.

Width

Represents property Width.

Top
Show:
 NameDescription
Click

Represents method Click.

ClientToScreen(TPoint)

Overloaded. Represents method ClientToScreen(TPoint).

ClientToScreen(TRect)

Overloaded. Represents method ClientToScreen(TRect).

FindComponent(String)

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

GetAction

Represents method GetAction.

GetAlign

Represents method GetAlign.

GetAlignWithMargins

Represents method GetAlignWithMargins.

GetAutoSize

Represents method GetAutoSize.

GetBoundsRect

Represents method GetBoundsRect.

GetClientRect

Represents method GetClientRect.

GetColor

Represents method GetColor.

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.

GetCursor

Represents method GetCursor.

GetEnabled

Represents method GetEnabled.

GetFont

Represents method GetFont.

GetHeight

Represents method GetHeight.

GetHint

Represents method GetHint.

GetLeft

Represents method GetLeft.

GetMargins

Represents method GetMargins.

GetName

Represents method GetName. (Inherited from TComponent.)

GetOwner

Represents method GetOwner. (Inherited from TComponent.)

GetParent

Represents method GetParent.

GetParentBackground

Represents method GetParentBackground.

GetParentColor

Represents method GetParentColor.

GetParentFont

Represents method GetParentFont.

GetParentShowHint

Represents method GetParentShowHint.

GetShowHint

Represents method GetShowHint.

GetTabStop

Represents method GetTabStop.

GetTag

Represents method GetTag. (Inherited from TComponent.)

GetText

Represents method GetText.

GetTop

Represents method GetTop.

GetUserInterfaceAutomation

Represents method GetUserInterfaceAutomation.

GetVisible

Represents method GetVisible.

GetWidth

Represents method GetWidth.

Hide

Represents method Hide.

Invalidate

Represents method Invalidate.

Refresh

Represents method Refresh.

Repaint

Represents method Repaint.

ScreenToClient(TPoint)

Overloaded. Represents method ScreenToClient(TPoint).

ScreenToClient(TRect)

Overloaded. Represents method ScreenToClient(TRect).

SetAction(TAction)

Represents method SetAction(TAction).

SetAlign(TAlign)

Represents method SetAlign(TAlign).

SetAlignWithMargins(Boolean)

Represents method SetAlignWithMargins(Boolean).

SetAutoSize(Boolean)

Represents method SetAutoSize(Boolean).

SetBoundsRect(TRect)

Represents method SetBoundsRect(TRect).

SetColor(TColor)

Represents method SetColor(TColor).

SetComponentIndex(Integer)

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

SetCursor(Integer)

Represents method SetCursor(Integer).

SetEnabled(Boolean)

Represents method SetEnabled(Boolean).

SetFont(TFont)

Represents method SetFont(TFont).

SetHeight(Integer)

Represents method SetHeight(Integer).

SetHint(String)

Represents method SetHint(String).

SetLeft(Integer)

Represents method SetLeft(Integer).

SetOnClick(TControlNotifyEvent)

Represents method SetOnClick(TControlNotifyEvent).

SetOnDblClick(TControlNotifyEvent)

Represents method SetOnDblClick(TControlNotifyEvent).

SetOnEnter(TControlNotifyEvent)

Represents method SetOnEnter(TControlNotifyEvent).

SetOnExit(TControlNotifyEvent)

Represents method SetOnExit(TControlNotifyEvent).

SetOnKeypress(TKeypressEvent)

Represents method SetOnKeypress(TKeypressEvent).

SetParent(TContainerControl)

Represents method SetParent(TContainerControl).

SetParentBackground(Boolean)

Represents method SetParentBackground(Boolean).

SetParentColor(Boolean)

Represents method SetParentColor(Boolean).

SetParentFont(Boolean)

Represents method SetParentFont(Boolean).

SetParentShowHint(Boolean)

Represents method SetParentShowHint(Boolean).

SetShowHint(Boolean)

Represents method SetShowHint(Boolean).

SetTabStop(Boolean)

Represents method SetTabStop(Boolean).

SetTag(Integer)

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

SetText(String)

Represents method SetText(String).

SetTop(Integer)

Represents method SetTop(Integer).

SetVisible(Boolean)

Represents method SetVisible(Boolean).

SetWidth(Integer)

Represents method SetWidth(Integer).

Show

Represents method Show.

Update

Represents method Update.

Top
Show:
 NameDescription
OnClick

Represents property OnClick.

OnDblClick

Represents property OnDblClick.

OnEnter

Represents property OnEnter.

OnExit

Represents property OnExit.

OnKeypress

Represents property OnKeypress.

Top

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