TTMSMCPPersistence.IsColor Method
Returns whether the given property name represents a color value.
API unit family: TMS.MCP.Persistence
Declaring type: TTMSMCPPersistence
Syntax
class function IsColor(APropertyName: string): Boolean; virtual;
Parameters
| Name | Description |
|---|---|
APropertyName |
The property name to check. |
Returns
True if the name matches the color property naming convention.