Number of items in the list for the container.
Source position: valedit.pas line 75
public property TItemPropList.Count : Integer |
Count is a read-only Integer property that indicates the number of Items in the internal list for the container. Count returns the value from the TFPObjectList.Count property.
|
Provides access to items in the container by their ordinal position. |