Datasnap.DSServer.TDSServerClass.LifeCycle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LifeCycle: string read FLifeCycle write FLifeCycle stored IsLifeCycleStored default 0;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSServerClass

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