Menu

Old Code (SVN) Commit Log


Commit Date  
[r248] by delphidabbler

Added exception handlers for each TWBExternal method that calls notifier object. Gets application to handle exceptions. This prevents browser control displaying a JavaScript error dialog if an exception occurs in external object.

2009-08-23 23:05:43 Tree
[r247] by delphidabbler

Removed redundant public DocContent property from TPreviewDlg and updated code accordingly.

2009-08-23 22:55:01 Tree
[r246] by delphidabbler

Removed redundant public Search property from find dialog classes and adjusted code accordingly.

2009-08-23 22:51:36 Tree
[r245] by delphidabbler

Changed form classes to prevent public construction - forms must be displayed via class methods, not by directly constructing object. Added INoPublicConstruct to type definitions of forms and changed class methods that construct forms to call InternalCreate protected constructor instead of Create. Core logic to determine constructor behaviour is inherited from TBaseForm.

2009-08-23 22:45:32 Tree
[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
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.