FastScript 1.5 released
Whats new?
==============
+ added TBorderStyle type
+ added TComboBox.OnChange, OnDropDown, OnCloseUp events
+ added TfsScript.AddComponent (same as AddForm method) because AddForm can't be used in the C++Builder (name conflict)
+ added TfsScript.OnGetUnit event
+ circular references between units, procedures, functions now allowed
+ added VK_xxx and TCursor constants
- fixed bug with negative default params
- fixed bug with non-standard event handlers with var string parameter
- fixed bug with index properties of type Variant
- fixed string concatenation bug str := const + str
- fixed OLE bug (access to index properties)
==============
+ added TBorderStyle type
+ added TComboBox.OnChange, OnDropDown, OnCloseUp events
+ added TfsScript.AddComponent (same as AddForm method) because AddForm can't be used in the C++Builder (name conflict)
+ added TfsScript.OnGetUnit event
+ circular references between units, procedures, functions now allowed
+ added VK_xxx and TCursor constants
- fixed bug with negative default params
- fixed bug with non-standard event handlers with var string parameter
- fixed bug with index properties of type Variant
- fixed string concatenation bug str := const + str
- fixed OLE bug (access to index properties)