System.Rtti.TRttiInstanceProperty Properties
InheritedProtected
| Default | public | Specifies the property's default value. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Handle | public | Specifies a pointer to the RTTI information block in the executable image. |
| Index | public | Specifies the property's default index. |
| IsReadable | public | Specifies whether the reflected property is readable. |
| IsWritable | public | Specifies whether the reflected property is writable. |
| Name | public | Specifies the name of the reflected entity. |
| NameIndex | public | Specifies the index of the property name in the object's name list. |
| Package | public | Specifies the package in which the reflected object is located. |
| Parent | public | Specifies the type from which the member is part of. |
| PropertyType | public | Specifies the property's type. |
| PropInfo | public | Points to the property's raw RTTI information. |
| RttiDataSize | public | Specifies the size of the RTTI information block. |
| Visibility | public | Specifies the member's visibility modifier. |