System.Win.ComServ.TComServer.TermProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TermProc: TProcedure read FTermProc write FTermProc;

C++

__property System::Sysutils::TProcedure TermProc = {read=FTermProc, write=FTermProc};

Properties

Type Visibility Source Unit Parent
property public
System.Win.ComServ.pas
System.Win.ComServ.hpp
System.Win.ComServ TComServer

Description

Gets or sets the termination procedure for the Com Server.

TermProc gets or sets the termination procedure for the Com Server. By default, it is set to Halt.

See Also