[Lazarus] Custom control with stepwise size adjustment

Juha Manninen juha.manninen62 at gmail.com
Thu Sep 20 19:20:23 CEST 2018


On Wed, Sep 19, 2018 at 3:29 PM gabor via Lazarus
<lazarus at lists.lazarus-ide.org> wrote:
> How to properly create a control with step-size adjustment?

You can override procedures CalculatePreferredSize and
GetPreferredSize, defined in TControl.
TWinControl has more virtual methods that you should check out.

Juha


More information about the Lazarus mailing list