API:Datasnap.DSServer.TDSServerClass.LifeCycle

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Unit: Datasnap.DSServer
Parent: TDSServerClass

Delphi

property LifeCycle stored IsLifeCycleStored;

C++

__property LifeCycle = {stored=IsLifeCycleStored, default=0};

Description

Specifies the life cycle for instances of the server class.

Datasnap.DSServer.TDSServerClass.LifeCycle inherits from Datasnap.DSCommonServer.TDSCustomServerClass.LifeCycle. All content below this line refers to Datasnap.DSCommonServer.TDSCustomServerClass.LifeCycle.

Specifies the life cycle for instances of the server class.

LifeCycle contains life cycle options for this Datasnap.DSServer.TDSServerClass instance.

See Also