- Delphi 7 compatibility restored.
- Added helper method FetchObject to TGpIntegerObjectList,
TGpInt64ObjectList, and TGpStringListHelper.
- Implemented TGpStringListHelper.Contains.
- Implemented method Sort in TGpIntegerList, TGpInt64List, and TGpStringListHelper.
- Fixed broken TGpInt64List.Move.
- Added Walk enumerator to the TGpIntegerList and TGpInt64List. This enumerator
allows list modifications (Add, Insert, Delete) from the enumeration consumer.
- Added WalkKV enumerator to the TGpIntegerObjectList and TGpInt64ObjectList.
- Added dynamically loaded API forwarders DSiDwmEnableComposition and
DsiDwmIsCompositionEnabled.
- Added Aero group with functions DSiAeroDisable, DSiAeroEnable, and
DSiAeroIsEnabled.
|