Displaying 3 results from an estimated 3 matches for "fillchars".
Did you mean:
fillchar
2009 Apr 07
2
Running an R script from Delphi 7
Gentlepersons:
A long time ago I used to be able to start R (version 2.6.1) from a
Delphi 7 program and run a script by using a procedure like the following:
function StartRAndWait (CommandLine : string) : Boolean;
var
Proc_info: TProcessInformation;
Startinfo: TStartupInfo;
ExitCode: longword;
CreateOK : Boolean;
begin
Result := False;
{ Initialize the structures }
2006 Dec 04
8
Calling R functions in Delphi
Hello All,
We would like to call quantile() function from the R-package STATS in a
Delphi program. If this is possible, could anyone provide us with an
example?
Thanks in advance.
--Anna
-----------------------------------------
Anna Belova
Abt Associates Inc.
4800 Montgomery Ln, St 600
Bethesda, MD-20814
phone: 301-347-5304
fax: 301-652-7530
http://www.abtassociates.com/environment
2004 Jan 21
2
[Fwd: Re: Comboot Menu]
..."
....
[menu]
....
----- FILE ENDS ------
The number of menu's and the size of menus are computed. But there is a
limit on how much they can be. This limit can be changed by modifying a
couple of #define's at appropriate places. The same goes for all the
decoration: All attributes, fillchars,.... are all #defines. Just change
them and you are all set. In case anybody wants this to change from menu
system to menu system, then they can modify the code appropriately.
Now each item has five pieces of information. The item and status are obvious.
action is SUBMENU or INACTIVE or RUN or E...