TTMSMCPElicitFieldTypeHelper.FromString Method
Converts a schema type name into the matching field type.
API unit family: TMS.MCP.Elicitation
Declaring type: TTMSMCPElicitFieldTypeHelper
Syntax
class function FromString(const AType: string): TTMSMCPElicitFieldType; static;
Parameters
| Name | Description |
|---|---|
AType |
Type name to convert, compared case-insensitively. |
Returns
The matching field type, or eftString when the name is not recognized.