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

TDragDockObject.DropAlign

How the dragged control will be docked, relative to the target control.

Declaration

Source position: controls.pp line 507

public property TDragDockObject.DropAlign : TAlign
  read FDropAlign
  write FDropAlign;

Description

When the target is a DockTree, DropAlign indicates the placement of the control relative to DropOnControl. Other docking methods require a specialized (derived) DragDockObject.

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