Check whether a certain property is included.
Source position: rttiutils.pp line 59
public function TPropInfoList.Contains( |
P: PPropInfo |
):Boolean; |
P |
|
Property info to check for. |
True if P is in the list of properties.
Contains checks whether P is included in the list of properties, and returns True if it does. If P cannot be found, False is returned.
|
Retrieve property information based on name. |
|
|
Intersect 2 property lists. |