TFormCreator.AddInteger

TFormCreator.AddInteger
TFormCreator

function AddInteger(Const PropName, ACaption: String; AMin, AMax: Integer): TEdit;

Unit
TeeFiltersEditor

Description
Adds a new control (an edit box and a TUpDown associated to it) that allows changing the value of an integer property (PropName).
The TUpDown is configured to allow values from AMin to AMax, both inclusive.