ICountable Interface
Definition
Base interface for anything that has a countable quantity.
Delphi
type ICountable = interface(IInvokable)
- Inheritance
-
IInvokableICountable
- Derived
Base interface for anything that has a countable quantity.
type ICountable = interface(IInvokable)