[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates the policy for the LCL to execute automatic adjustments in the form layout
Source position: controls.pp line 929
type TLayoutAdjustmentPolicy = ( |
lapDefault, |
lapFixedLayout, |
lapAutoAdjustWithoutHorizontalScrolling, |
lapAutoAdjustForDPI |
); |
lazarus-ccr.sourceforge.net |