[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Adds the specified property type and name to the list when not already present.
Source position: lresources.pp line 462
public function TPropertiesToSkip.Add( |
APersistentClass: TPersistentClass; |
const APropertyName: string; |
const ANote: string; |
const AHelpKeyWord: string |
):Integer; |
APersistentClass |
|
Class type for the skipped property. |
APropertyName |
|
Name for the skipped property. |
ANote |
|
Note to associate with the skipped property. |
AHelpKeyWord |
|
Help keyword for the skipped property. |
Ordinal position in the list where the skipped property was found or stored.
Version 4.0 | Generated 2025-05-03 | Home |