Most recent edit on 2010-01-24 22:25:05 by ARoederer
Additions:
* New online-help from Rolf Gachnang included
Edited on 2010-01-23 23:08:26 by ARoederer 17.01.2010
Additions:
Edited on 2008-09-26 22:32:18 by ARoederer 19.09.2008
Additions:
New Function GetProcessId
Corrections to FileAge und FileCopy
New Function ExtractFileDrive eingebaut
New Type pAnsiStringValue und pStringValue
Moved Record trDateTime To Class tcDateTime
Extensions changed from upper-case to lower-case
New Functions DosQueryExtLIBPATH and DosSetExtLIBPATH
New Type TBitBtnKind bkEdit
kbCtrlBkSp OS/2 alway provides pressed Alt-key
TSystemOpenSaveDialog.SetupComponent correct initialisation of FInitialDir
New Property SetTransparentColor added to tImage
StrOEMtoAnsi, StrAnsiToOEM moved to SYSUTILS.PAS
Minor corrections to ReadInfoFromINI
TControl.WMChar changed
TScreen.MapPoints and TControl.MapPoints conversions for Windows added
New Property Locked and IsModal
New Message cmEdit added
Printer.ExceptionsAllowed to omit error messages
TComboListShowButton.MouseDown changed
Edited on 2008-01-15 22:50:49 by ARoederer 13.01.2008
Additions:
IDE: pipe "\wdsibyl\pipe" (z.b. echo "show productinfo" > \pipe\wdsibyl) included.
IDE: parameter "NOPIPE" included.
New heap management.
UniCode-Type included
Type TFileName moved to System.pas.
Unit SerialIO extended.
TCheckListBox.DrawItem: corrected.
TCustomHintWindow.ActivateHint: position of bubblewindows moved. Now it starts 10pixel right to the button.
Changes to function tFTP.GetRemoteDir
tcPMWinx.GetUserDefaultLCID included.
MkDir; corrected.
FormatBuf: integer use is allowed with %N,%E,%F...
FileSearch: now AnsiString.
GetTempFileName: moved from Classes.pas to SysUtils.pas.
GetEnv und GetEnvCount moved from uSysInfo to sysUtils.
TList.Grow: less use of Getmem/Freemem
Function UOSFunc.OpenObject included
Class uString.tDirList included
Functions TStrings.GetMaxLength and TString.GetMinLength included.
Types tStr1 und tStr9 included.
Function rx_word included and PosItem renamed to PosN.
Class uSysClass.tcFileSearch included.
Enhancements to tcFolders.OSPath.
Variable RunUnder included. Now it shows, if running with ODIN
Support for Windows Vista included.
Length of OS-Name extended.
tcSysAppInfo.getOdinPEExe: if WinDir does not exist, then use SysDir.
tcSysInfo.getEnv: Type of result changed to AnsiString.
tcSysInfo.WDSibylInfo: new function included.
Flag OBJ_ANY included.
DosSearchPath: changed to AnsiString
Unit BSERegistry converted to class.
Unit Dive reworked.
Unit SOM included.
Function ShellExecute included.
THintWindow.Redraw: support for multiple lines included.
tSizeBorder: BorderAlign "baVerticalSizing" included.
Changes to TCanvas.Arc
TBitmap: Property BitmapMem and BitmapMemLength included.
TOutline.SetSelectedNode (for the command "Outline.SelectedItem := X") changed (Win32 only)
uConvert: structural changes
Edited on 2007-05-03 22:49:13 by ARoederer Tippfehler korrigiert
Additions:
* Variable RunUnder included. It shows, if the Program runs under ODIN
Deletions:
* Variable "RunUnder?" included. It shows, if the Program runs under ODIN
Edited on 2007-05-03 22:48:43 by ARoederer 02.05.2007
Additions:
new Heap management
Parameter -LOG extended: now the full path can applied
e.g.: D:>test -LOG=C:\temptest.log new function OpenObject
Variable "RunUnder?" included. It shows, if the Program runs under ODIN
new unit SOM.PAS
new function ShellExecute
new component tGauge
Edited on 2007-04-02 19:10:40 by ARoederer 01.04.2007
Additions:
The Installation program works with OS/2 Warp 3.
Enhancements to GenHelp.
tFTP: component changed.
TFileListBox.Refresh/TDirectoryListBox.Refresh: add function
TCustomHintWindow.ActivateHint: mouseclick handling advanced
tcPMWinx.GetUserDefaultLCID: new function.
MkDir: Windows and OS/2 now react equally
tDirList: new class included
Enhancements to tcFolders.OSPath .
The unit BSERegistry converted to a class.
TSystemOpenDialog.Execute:Boolean: OFN_FILEMUSTEXIST excluded
Edited on 2007-03-04 21:52:41 by ARoederer 21.01.2007
Additions:
Corrections to the »Format« at »%D%%.
tBitmap: Can now read OS/2 und Win-Bitmaps, PCX and GIF-Files.
The Project PicViewer included in the samples.
Changes to the Librarys for the new OS/2-Compiler.
The Installationprogram now supports the new Compiler.
Enhancements to programm GenHelp.
Help extended.
New function DosQuerySysState included.
New function GetProcesslist included.
New function TImage.SetPicture included.
TApplication.DeleteMenuItem: Check on FmenuItemList=nil
For the complete List, see the german language version: Changes
Deletions:
See the complete List in german language: Changes
Oldest known version of this page was edited on 2007-02-28 00:43:02 by ARoederer [ Seite erstellt ]
See the complete List in german language: Changes
Additions:
* New online-help from Rolf Gachnang included
13.01.2010
Edited on 2010-01-23 23:08:26 by ARoederer 17.01.2010
Additions:
17.01.2010
- Unit uOSFunc renamed to uSysFunc
- tcTable.WriteCSV: corrected
- Search for MySQL Version 4.0 implemented
- Shared-Memory-name "SIBYL_MAINFORM_HANDLE" renamed to "WDSIBYL_MAINFORM_HANDLE"
- Floating-Point-routines (sinh und tanh) simplified and corrected, Exception-Handling for OS/2 activated
- Controlword read and writable, local saving of CW
- StrACopy, StrALCopy added
- Constant fanormal changed from $0080 to $0000
- Class tSharedMemoryStream added
- Class tcExec added
- Class tcMuxWaitSemaphor added
- Class !tEvent, tEventtMutex, tCriticalSection deleted
- Function DLLExists moved to Unit uSysFunc
- Modification to the classes tcPipeServer, tcPipeClient, tcCriticalSection, ...
- tcExec: Pipe added
- tcPort: new Class added
- Function: TickCount
- TGauge.PaintAsText: position settings for Windows corrected
- TCheckGroup: added
- tStringGrid: several changes (scrollbar etc.), DrawCellEvent added
- TListBox: AutoScroll added, Character conversion for Win32? disabled
- TEdit.ScanEvent: Keycode handling changed
- StrOemToAnsi added
Edited on 2008-09-26 22:32:18 by ARoederer 19.09.2008
Additions:
19.09.2008
Edited on 2008-01-15 22:50:49 by ARoederer 13.01.2008
Additions:
13.01.2008
Edited on 2007-05-03 22:49:13 by ARoederer Tippfehler korrigiert
Additions:
* Variable RunUnder included. It shows, if the Program runs under ODIN
Deletions:
* Variable "RunUnder?" included. It shows, if the Program runs under ODIN
Edited on 2007-05-03 22:48:43 by ARoederer 02.05.2007
Additions:
02.05.2007
e.g.: D:>test -LOG=C:\temptest.log
Edited on 2007-04-02 19:10:40 by ARoederer 01.04.2007
Additions:
01.04.2007
Edited on 2007-03-04 21:52:41 by ARoederer 21.01.2007
Additions:
21.01.2007
Deletions:
See the complete List in german language: Changes
Oldest known version of this page was edited on 2007-02-28 00:43:02 by ARoederer [ Seite erstellt ]
Changes
See the complete List in german language: Changes
Last Editor :
Owner :