Datasnap.Win.ObjBrkr.TSimpleObjectBroker.Destroy
[–] Properties | |
---|---|
Type: destructor | |
Visibility: public | |
Source: Datasnap.Win.ObjBrkr.pas Datasnap.Win.ObjBrkr.hpp
| |
Unit: Datasnap.Win.ObjBrkr | |
Parent: TSimpleObjectBroker |
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TSimpleObjectBroker();
Description
Destroys an instance of TSimpleObjectBroker.
Do not call Destroy directly. Instead, call Free, which verifies that the simple object broker is not nil, and only then calls Destroy.