search for: fillchar

Displaying 3 results from an estimated 3 matches for "fillchar".

2009 Apr 07
2
Running an R script from Delphi 7
...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 } FillChar(proc_info, sizeof (TProcessInformation), #0); FillChar(startinfo, sizeof (TStartupInfo), #0); Startinfo.cb := sizeof (TStartupInfo); Startinfo.dwFlags := STARTF_USESHOWWINDOW or STARTF_USESTDHANDLES; Startinfo.wShowWindow := SW_HIDE; { Attempt to create the process. If successf...
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...