To open any link in a new tab, preserving your position in the current article, just hold down the <CTRL> key on your keyboard before clicking the link or click using your mouse wheel.

RGB

RGB



Passed RGB integers will return the "color" integer in ARGB format.



Syntax:

Procedure: RGB(nRed: integer; nGreen: integer; nBlue: integer): integer;


API Call:

Scripting
var
  nColor: integer;
begin
  nColor := RGB(255, 128, 0);
end;

Copyright 2023 ConstructConnect