SwapInteger
 
 
 

All Units  All Classes  Properties, Methods and Events  

SwapInteger procedure

procedure SwapInteger(Var A, B: Integer);

Unit
TeCanvas

Description
Exchanges values in A and B parameters.

This is equivalent to:

var tmp : Integer;
tmp:=a;
a:=b;
b:=tmp;





Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.