Decrease position by the given amount
Source position: MUIClass.Gadget.pas line 101
| public procedure TMUIProp.Decrease( | 
| Amount: Integer | 
| ); | 
| Amount | 
 | Amount to substract from the gadgets current position. | 
This method decreases the value of a proportional gadget by the specified amount. Negative values are ok. Range checking is done automatically.
| 
 | Increase position by the given amount |