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