[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Destructor for the class instance.
Source position: valedit.pas line 73
public destructor TItemPropList.Destroy; override; |
Destroy is the destructor for the class instance. Destroy ensures that resources allocated to the internal list are freed; the Items in the list are freed as well. Destroy calls the inherited destructor.
|
Provides access to items in the container by their ordinal position. |
|
|
Constructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |