Table of Contents

TTMSMCPResource.IsTemplate Method

Reports whether the entry stands for a family of addresses rather than one fixed address.

API unit family: TMS.MCP.Resources Declaring type: TTMSMCPResource

Syntax

function IsTemplate: Boolean;

Remarks

This is what decides how the entry is published and how it is matched: a template entry is never matched by exact address, and a fixed entry is never matched by template.

Returns

True when a template address has been set, False otherwise.