[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TFrame

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Frame - a container for all the other components on a form, or for a group of components within a form

Declaration

Source position: forms.pp line 271

type TFrame = class(TCustomFrame)

public

  constructor Create(); override;

published

  property Align;

  

  property Anchors;

  

  property AutoScroll;

  

  property AutoSize;

  

  property ClientHeight;

  property ClientWidth;

  property Color;

  

  property Constraints;

  

  property Ctl3D;

  

  property DockSite;

  

  property DragCursor;

  

  property DragKind;

  

  property DragMode;

  

  property Enabled;

  

  property Font;

  

  property LCLVersion: String; [rws]

  property OnClick;

  

  property OnConstrainedResize;

  

  property OnContextPopup;

  

  property OnDblClick;

  

  property OnDockDrop;

  

  property OnDockOver;

  

  property OnDragDrop;

  

  property OnDragOver;

  

  property OnEndDock;

  

  property OnEndDrag;

  

  property OnEnter;

  

  property OnExit;

  

  property OnGetSiteInfo;

  

  property OnMouseDown;

  

  property OnMouseMove;

  

  property OnMouseUp;

  

  property OnMouseWheel;

  

  property OnMouseWheelDown;

  

  property OnMouseWheelUp;

  

  property OnResize;

  

  property OnStartDock;

  

  property OnStartDrag;

  

  property OnUnDock;

  

  property ParentColor;

  

  property ParentCtl3D;

  

  property ParentFont;

  

  property ParentShowHint;

  

  property PopupMenu;

  

  property ShowHint;

  

  property TabOrder;

  

  property TabStop;

  

  property Visible;

  

end;

Inheritance

TFrame

  

Frame - a container for all the other components on a form, or for a group of components within a form

|

TCustomFrame

  

Custom Frame: The base type for Frame

|

TScrollingWinControl

  

Scrolling Window Control

|

TCustomControl

  

TCustomControl - a base class for many window controls

|

TWinControl

  

The base class for all windowed controls

|

TControl

  

TControl - the main ancestor class for visual controls.

|

TLCLComponent

?

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.