TTMSMCPResourceBuilder.Title Method
Sets the display name a client shows for the entry.
API unit family: TMS.MCP.Resources
Declaring type: TTMSMCPResourceBuilder
Syntax
function Title(const ATitle: string): TTMSMCPResourceBuilder;
Parameters
| Name | Description |
|---|---|
ATitle |
Display name. May be empty. |
Returns
The builder, so calls can be chained.