Menu

Old Code (SVN) Commit Log


Commit Date  
[r244] by delphidabbler

* Added new protected InternalCreate constructor that must be called if and only if descendant forms support INoPublicConstruct and are constructed internally from class methods. Descendants that don't support public construction must add INoPublicConstruct to their type definition.
* Added logic to Create constructor so that it can only be called if the form does not support INoPublicContruct.

2009-08-23 22:27:08 Tree
[r243] by delphidabbler

Added new INoPublicConstruct interface that can be supported by objects that do not permit public construction but that cannot descend from TNoPublicConstructObject, such as TForms.

2009-08-23 22:19:11 Tree
[r242] by delphidabbler

Removed unused code that was causing compiler to emit hints.

2009-08-23 20:04:40 Tree
[r241] by delphidabbler

* Changed TQuery to enforce that it is a singleton object: it can now only be created once.
* TQuery now instantiates itself by means of Instance property: Query function now calls TQuery.Instance rather than constructing object itself.
* Assert statements changed to use ClassName method to get class name for error messages.

2009-08-23 20:01:43 Tree
[r240] by delphidabbler

Added new TNoPublicConstructIntfObject class that provides a protected constructor but fails if the public constructor is called. For use as a base class for reference counted interfaced objects that are constructed via class methods but should not be constructed directly.

2009-08-23 19:30:29 Tree
[r239] by delphidabbler

Version numbers updated to 3.2.1.155, ready for next release.

2009-08-23 18:59:38 Tree
[r238] by delphidabbler

* Added enumerator to TNews in UNews.pas.
* Changed FmUpdateDlg.pas to use new TNews enumerator.
* Moved MySQLDateToDateTime from UNews.pas to UUtils.pas.

2009-08-23 18:51:55 Tree
[r237] by delphidabbler

Removed empty Updates directory.

2009-08-23 18:14:22 Tree
[r236] by delphidabbler

Moved ChangeLog.txt from Doc\Updates to Docs directory.

2009-08-23 18:13:20 Tree
[r235] by delphidabbler

Removed empty Archive directory.

2009-08-23 18:10:10 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.