Contents  All Classes  Index A-Z  All Units


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;




Submit your feedback about this page.

Copyright 1995-2007 © by Steema Software. All Rights Reserved.