Callback to get a property value as a variant.
Source position: typinfo.pp line 1355
const OnGetPropValue: TGetPropValue = Nil; |
This callback is set by the variants unit to enable reading of properties as a variant. If set, it is called by the GetPropValue function.