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