On Wed, Sep 19, 2018 at 3:29 PM gabor via Lazarus
<lazarus@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
-- 
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to