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