[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the ordinal position in the list where the property type and name is stored.
Source position: lresources.pp line 460
public function TPropertiesToSkip.IndexOf( |
AInstance: TPersistent; |
const APropertyName: string |
):Integer; overload; |
AClass: TPersistentClass; |
APropertyName: string |
):Integer; overload; |
AInstance |
|
Property instance to locate in the list. |
APropertyName |
|
Name for the property type to locate in the list. |
Ordinal position in the list, or -1 when not found.
AClass |
|
Class type for the property to located in the list. |
APropertyName |
|
Name for the property type to locate in the list. |
Version 4.0 | Generated 2025-05-03 | Home |