| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Return interface-typed property
Source position: typinfo.pp line 413
| function GetInterfaceProp( | 
| Instance: TObject; | 
| const PropName: string | 
| ):IInterface; | 
| Instance: TObject; | 
| PropInfo: PPropInfo | 
| ):IInterface; | 
GetInterfaceProp returns the interface which the property described by PropInfo or with name Propname points to for object Instance.
No checking is done whether Instance is non-nil, or whether PropInfo describes a valid method property of Instance. Specifying an invalid property name in PropName will result in an EPropertyError exception.
| 
 | Set interface-valued property | |
| 
 | Get the value of an ordinal property | |
| 
 | Return the value of a string property. | |
| 
 | Return value of floating point property | |
| 
 | return value of an Int64 property | |
| 
 | Return the value of a set property. | |
| 
 | Return value of an object-type property. | |
| 
 | Return the value of an enumeration type property. |