TValueHelper.TryGetLazyValue Method
Definition
Tries to get the stored value of a lazy. Returns false when the lazy was not assigned.
Delphi
function TryGetLazyValue(out value: TValue): Boolean
Parameters
- value
- TValue
Returns
Boolean
Tries to get the stored value of a lazy. Returns false when the lazy was not assigned.
function TryGetLazyValue(out value: TValue): Boolean