Home > Back-end >  F1Book control problem
F1Book control problem

Time:09-18


As shown in figure this statement how to write ah
And how do you write the following let me shielding statement format
I changed to c source program is Delphi statements wrong
Small white a hope greatly under the guidance

CodePudding user response:

=L "pump efficiency";

CodePudding user response:

=the Format (" % 5.0 f, "ARRAYOFCONST ([I] (x)));

CodePudding user response:

The FORMAT usage:
Memo1 - & gt; Text=the Format (
"My name is % s, I 'm years old % d",
ARRAYOFCONST ((" Phoenix2000 ", 22))//pay attention to the two brackets
);

CodePudding user response:

refer to the second floor titan_ysl response:
=Format (" % 5.0 f, "ARRAYOFCONST ([I] (x)));

no

CodePudding user response:

reference 1st floor titan_ysl response:
=L "pump efficiency";

Also not line

CodePudding user response:

I'm sorry the format usage is right I am wrong
Forget the Delphi statement is single quotes the BCB is double quotation marks

CodePudding user response:

Form6 - & gt; F1Book66 - & gt; TextRC [2] [1]=L "pump efficiency";

reference 5 floor sharmander reply:
Quote: refer to 1st floor titan_ysl response:

=L "pump efficiency";

Also not line

Form6 - & gt; F1Book66 - & gt; TextRC [2] [1]=L "pump efficiency";

CodePudding user response:

Quote: refer to 7th floor titan_ysl response:

Form6 - & gt; F1Book66 - & gt; TextRC [2] [1]=L "pump efficiency";

There is a problem to achieve the function of the chart image is copied to the clipboard
What Chart - & gt; CopyToClipboardBitmap ();
How to fill out this what
Because I want to have a lot of chart how to select copy
  • Related