Assign statements

Top  Previous  Next

Assign statements

 

Just like in Pascal, assign statements (assign a value or expression result to a variable or object property) are built using ":=".

 

Examples:

 

MyVar := 2;

Button.Caption := 'This ' + 'is ok.';