Can the property be written.
Source position: typinfo.pp line 1201
function IsWriteableProp( |
PropInfo: PPropInfo |
):Boolean; |
Instance: TObject; |
const PropName: string |
):Boolean; |
AClass: TClass; |
const PropName: string |
):Boolean; |
IsWriteableProp returns True if the property described by information PropInfo can be written to, i.e. has a write specifier. It returns False if the property can only be read.
|
Can the property be read. |