[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Whether docking is oriented vertically, horizontally, in pages, or not at all
Source position: controls.pp line 2101
public property TDockZone.Orientation: TDockOrientation |
doNoOrient : zone contains a TControl and no child zones.
doHorizontal : zone's children are stacked top-to-bottom.
doVertical : zone's children are arranged left-to-right.
doPages : zone's children are pages arranged left-to-right.
lazarus-ccr.sourceforge.net |