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

TFlowPanel

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

Container with flow layout of controls placed in it.

Declaration

Source position: extctrls.pp line 1178

type TFlowPanel = class(TCustomFlowPanel) end;

published

  property Align: TAlign;

  property Alignment: TAlignment;

  property Anchors: TAnchors;

  property AutoSize: Boolean;

  property AutoWrap: Boolean;

  property BevelInner: TPanelBevel;

  property BevelOuter: TPanelBevel;

  property BevelWidth: TBevelWidth;

  property BiDiMode: TBiDiMode;

  property BorderWidth: TBorderWidth;

  property BorderStyle: TBorderStyle;

  property Caption: TCaption;

  property Color: TColor;

  property Constraints: TSizeConstraints;

  property ControlList: TFlowPanelControlList;

  property UseDockManager: Boolean;

  property DockSite: Boolean;

  property DoubleBuffered: Boolean;

  property DragCursor: TCursor;

  property DragKind: TDragKind;

  property DragMode: TDragMode;

  property Enabled: Boolean;

  property FlowStyle: TFlowStyle;

  property FullRepaint: Boolean;

  property Font: TFont;

  property ParentBiDiMode: Boolean;

  property ParentColor: Boolean;

  property ParentFont: Boolean;

  property ParentShowHint: Boolean;

  property PopupMenu: TPopupMenu;

  property ShowHint: Boolean;

  property TabOrder: TTabOrder;

  property TabStop: Boolean;

  property Visible: Boolean;

  property OnAlignInsertBefore: TAlignInsertBeforeEvent;

  property OnAlignPosition: TAlignPositionEvent;

  property OnClick: TNotifyEvent;

  property OnConstrainedResize: TConstrainedResizeEvent;

  property OnContextPopup: TContextPopupEvent;

  property OnDockDrop: TDockDropEvent;

  property OnDockOver: TDockOverEvent;

  property OnDblClick: TNotifyEvent;

  property OnDragDrop: TDragDropEvent;

  property OnDragOver: TDragOverEvent;

  property OnEndDock: TEndDragEvent;

  property OnEndDrag: TEndDragEvent;

  property OnEnter: TNotifyEvent;

  property OnExit: TNotifyEvent;

  property OnGetSiteInfo: TGetSiteInfoEvent;

  property OnMouseDown: TMouseEvent;

  property OnMouseEnter: TNotifyEvent;

  property OnMouseLeave: TNotifyEvent;

  property OnMouseMove: TMouseMoveEvent;

  property OnMouseUp: TMouseEvent;

  property OnResize: TNotifyEvent;

  property OnStartDock: TStartDockEvent;

  property OnStartDrag: TStartDragEvent;

  property OnUnDock: TUnDockEvent;

Inheritance

TFlowPanel

  

Container with flow layout of controls placed in it.

|

TCustomFlowPanel

  

The base class for TFlowPanel

|

TCustomPanel

  

The base class for a general container which can hold other objects. It has a customizable border and a central text.

|

TCustomControl

  

The base class for windowed controls which paint themselves.

|

TWinControl

  

The base class for controls which can contain other (child) controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

The base class for LCL components associated with widgets.

|

TComponent

?

TObject

Description

Use TFloatPanel if you need a container with float layout. The Anchors and Align properties of child controls are ignored.
The floating direction is determined with FlowStyle property.