[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LResources' (#lcl)

TPropertiesToSkip

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Implements a list used to store properties which are skipped during LCL streaming.

Declaration

Source position: lresources.pp line 451

type TPropertiesToSkip = class(TList)

protected

  procedure Notify(); override;

  

Handles a notification action when the specified Pointer is added to or removed from the list.

  procedure DoPropertyNotFound();

  

Determines if the specified property type and name exists and is handled in the list.

public

  function IndexOf();

  

Gets the ordinal position in the list where the property type and name is stored.

  function Add();

  

Adds the specified property type and name to the list when not already present.

  property Items []: PRemovedProperty; [rw]

  

Provides indexed access to skipped properties in the list by their ordinal position.

end;

Inheritance

TPropertiesToSkip

  

Implements a list used to store properties which are skipped during LCL streaming.

|

TList,IFPObserved

|

TObject


Version 3.2 Generated 2024-02-25 Home