ILazy Interface
Definition
Provides support for lazy initialization.
Delphi
type ILazy = interface(IInterface)
- Inheritance
-
IInterfaceILazy
- Derived
Properties
| IsValueCreated |
Gets a value that indicates whether a value has been created for this ILazy instance. |
| Value |
Gets the lazily initialized value of the current ILazy instance. |