Specifies the kind of a lazy type.
type TLazyKind = ( lkNone, lkFunc, lkRecord, lkInterface );
The TLazyKind type exposes the following members.
Type is SysUtils|TFunc<T>.
Type is ILazy<T>.
Not a lazy type.
Type is Lazy<T>.