TTMSMCPPersistence.IsReadOnly Method
Returns whether the given property has only a getter and no setter.
API unit family: TMS.MCP.Persistence
Declaring type: TTMSMCPPersistence
Syntax
class function IsReadOnly(APropInfo: TTMSMCPPropertyInfo): Boolean; virtual;
Parameters
| Name | Description |
|---|---|
APropInfo |
The property descriptor to check. |
Returns
True if the property is read-only.