Board index » delphi » constructors and destructors
Roger Hernandez
![]() Delphi Developer |
Sun, 28 Feb 1999 03:00:00 GMT
constructors and destructorsLets say I have the following: TMyObject = class implementation constructor TMyObject.Create; destructor TMyObject.Destroy; Any comments on how to deal with possible exceptions during object |