Datasnap.DSCommonServer.TDSCustomServerClass.LifeCycle

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Unit: Datasnap.DSCommonServer
Parent: TDSCustomServerClass

Delphi

property LifeCycle: string read FLifeCycle write FLifeCycle;

C++

__property System::UnicodeString LifeCycle = {read=FLifeCycle, write=FLifeCycle};

Description

Specifies the life cycle for instances of the server class.

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

See Also