[Overview][Types][Classes][Index] Reference for unit 'GroupedEdit' (#lcl)

TCustomAbstractGroupedEdit.AutoSizeHeightIsEditHeight

Indicates if the height for BaseEditor is used as the height for the control when auto-sizing.

Declaration

Source position: groupededit.pp line 286

public property TCustomAbstractGroupedEdit.AutoSizeHeightIsEditHeight : Boolean
  read FAutoSizeHeightIsEditHeight
  write FAutoSizeHeightIsEditHeight
  default True;

Description

AutoSizeHeightIsEditHeight is a Boolean property which indicates if the height for BaseEditor is used as the height for the control when auto-sizing is enabled. The default value for the property is True.

AutoSizeHeightIsEditHeight is used in the implementation of the CalculatePreferredSize method called when CanAutoSize is True.

See also

TCustomAbstractGroupedEdit.BaseEditor

  

Represents the control used as the editor for the value in the grouped edit control.

TCustomAbstractGroupedEdit.CalculatePreferredSize

  

Calculates the preferred size for the control with optional space reserved by theme services.


Version 4.0 Generated 2025-05-03 Home