System.Win.Mtsobj.TMtsAutoObject.OnDeactivate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure OnDeactivate; virtual;

C++

virtual void __fastcall OnDeactivate();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Win.Mtsobj.pas
System.Win.Mtsobj.hpp
System.Win.Mtsobj TMtsAutoObject

Description

Does nothing as implemented in TMtsAutoObject.

The OnDeactivate method does nothing as implemented in TMtsAutoObject.

See Also