Datasnap.Win.ObjBrkr.TSimpleObjectBroker.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TSimpleObjectBroker(void);

Properties

Type Visibility Source Unit Parent
destructor public
Datasnap.Win.ObjBrkr.pas
Datasnap.Win.ObjBrkr.hpp
Datasnap.Win.ObjBrkr 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.

See Also