System.Generics.Collections.TObjectDictionary Properties
InheritedProtected
Count | public | Number of entries. |
Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
Items | public | Indexable list of all dictionary entries. |
Keys | public | Indexable list of all dictionary keys. |
OnKeyNotify | public | Occurs when a dictionary key pair changes. |
OnValueNotify | public | Occurs when a dictionary key pair changes. |
Values | public | Indexable list of all dictionary values. |