[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Delete property information from the list
Source position: rttiutils.pp line 54
public procedure TPropInfoList.Delete( |
Index: Integer |
); |
Index |
|
Index of item to delete. |
Delete deletes the property information at position Index from the list. It's mainly of use in the Intersect call.
No checking on the validity of Index is performed.
|
Intersect 2 property lists |