TValueConverterCallback Delegate
Definition
Delphi
type TValueConverterCallback = function(const value: TValue; const targetTypeInfo: PTypeInfo; var targetValue: TValue; const parameter: TValue): Boolean
Parameters
- value
- TValue
- targetTypeInfo
- PTypeInfo
- targetValue
- TValue
- parameter
- TValue
Returns
Boolean