TFormCreator.AddScroll
TFormCreator
function AddScroll(Const PropName: String; AMin, AMax: Integer): TScrollBar;
Unit
TeeFiltersEditor
Description
Adds a new control (a scrollbar) to modify the integer value of a property (PropName).
The scrollbar is configured to allow values from AMin to AMax, both inclusive.