TTMSMCPArrayItemProperties.Add Method
Creates an empty field description and appends it to the collection.
API unit family: TMS.MCP.Tools
Declaring type: TTMSMCPArrayItemProperties
Overloads
Overload 1
Creates an empty field description and appends it to the collection.
function Add: TTMSMCPArrayItemProperty; overload;
Returns
The newly created field description, owned by the collection.
Overload 2
Appends a new field description that is a copy of the given one. The source instance is not adopted and not destroyed, so a standalone instance created for this call remains the caller's responsibility.
procedure Add(AItem: TTMSMCPArrayItemProperty); overload;
Parameters
| Name | Description |
|---|---|
AItem |
The field description to copy into the collection. |