How to send variables from coding page to

How to send variables from coding page to variables

such as want to send 'X1' to Variable

procedure Memo6OnBeforePrint(Sender: TfrxComponent);
var X1,X2 :real;
begin

if (<%RCW1> >= <%RCW2>) and (<%RCW1> >= <%RCW3>) and (<%RCW1> >= <%RCW4>) then
begin
Memo6.text:=<%RCW1>;
X1:= <%RCW1>;
end


memo23.text:=floatToStr(X1-X2);

end;


how to send 'X1' to Variable on catagory\variable

Comments

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.