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