TTMSMCPPersistence.GetEnumValues Method
Enumerates all valid string names for the enumeration type described by the given property info.
API unit family: TMS.MCP.Persistence
Declaring type: TTMSMCPPersistence
Syntax
class procedure GetEnumValues(AValues: TStrings; APropInfo: TTMSMCPPropertyInfo);
Parameters
| Name | Description |
|---|---|
AValues |
The string list that receives the enumeration value names. |
APropInfo |
The property descriptor for the enumeration property to inspect. |