API:Datasnap.Xmlxform.TXMLTransformProvider.Destroy
| [–] Properties | |
|---|---|
| Type: destructor | |
| Visibility: public | |
| Source: Datasnap.Xmlxform.pas Datasnap.Xmlxform.hpp
| |
| Unit: Datasnap.Xmlxform | |
| Parent: TXMLTransformProvider | |
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TXMLTransformProvider();
Description
Frees an instance of a provider object.
Datasnap.Xmlxform.TXMLTransformProvider.Destroy inherits from Datasnap.Provider.TCustomProvider.Destroy. All content below this line refers to Datasnap.Provider.TCustomProvider.Destroy.
Frees an instance of a provider object.
Do not call Destroy directly. Instead, call Free, which checks that the provider is not nil before calling its Destroy method. If the provider's Owner is a remote data module, Destroy unregisters the provider from that remote data module.