| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Retrieve property information based on name
Source position: rttiutils.pp line 53
public function TPropInfoList.Find(  | 
const AName: string  | 
):PPropInfo;  | 
AName  | 
  | 
Name of property  | 
Pointer to property type information for AName, or Nil
Find returns a pointer to the type information of the property AName. If no such information is available, the function returns Nil. The search is performed case insensitive.
  | 
Intersect 2 property lists  | 
|
  | 
Check whether a certain property is included  |