Table of Contents

TTMSMCPServerFactory Class

Creates a ready-to-use attributed server for a single class or object.

API unit family: TMS.MCP.Attributes.Server

Syntax

TTMSMCPServerFactory = class

Remarks

Use it as a shortcut when one class carries all declarations and no further configuration is needed; for anything else create the server and add its targets explicitly.

Methods

Name Description
CreateFromClass Creates a server that reflects over a class.
CreateFromObject Creates a server that reflects over an existing object.

Used by