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