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

TLayoutAdjustmentPolicy

Indicates the policy for the LCL to execute automatic adjustments in the form layout

Declaration

Source position: controls.pp line 890

type TLayoutAdjustmentPolicy = (

  lapDefault,

  lapFixedLayout,

  lapAutoAdjustWithoutHorizontalScrolling,

  lapAutoAdjustForDPI

);