|
There are no related tags for this product |
| Install Support: |
Install and Uninstall |
| OS Support: |
Win95,Win98,WinME,WinXP,WinNT 4.x,Windows2000,Linux |
| Requirements: |
Borland Delphi 4-7, Borland C++Builder 4-6, Borland Kylix 1-3 |
| Release Date: |
3/2/04 |
| Release Status: |
Minor Update |
| Release Notes: |
+ added OLE support
+ added variant array support
+ added TfsScript.Terminate method
+ added TfsScript.IsExecutableLine method
+ added TfsScript.IsRunning property
+ added VarToStr function
+ added TfsScript.AddForm method
* languages are splitted to components TfsPascal, TfsCPP, TfsJScript, TfsBasic
for existing project - add component with required language on form with component TfsScript
* changed OnRunLine event
old:
procedure fsScript1RunLine(Sender: TfsScript; const SourcePos: Integer);
new:
procedure fsScript1RunLine(Sender: TfsScript; const UnitName, SourcePos: String);
* changed TfsScript.ErrorPos type and fsPosToPoint method
* error strings moved to fs_iconst.pas file
- fixed bug in variable initializer
- fixed bug in TList rtti
- fixed bug in JS and VB grammar |