Please enable JavaScript to view this site.

Codolex

Navigation: Activities > Variables

Change variable

Scroll Prev Top Next More

The "change variable" activity is used to modify the value of a variable. To do this, an expression can be specified. An expression can be a simple text, but also a complex formula or a reference to another variable.

 

ChangeVariable

Activity properties

 

begin

Shippers.CompanyName := 'NameChange';

 Shippers.Orders_ShipVia_ShipperIDList := OrdersList;

end;

Resulting Code

 

© by GDK Software