Compare function for data values.
Source position: fgl.pp line 344
 public property TFPGMap.OnDataCompare : TDataCompareFunc  | 
OnDataCompare can be set to a function that compares data values. The default value for this event is a function that compares data based on a byte-by-byte comparison of the memory block. The function must have the following semantics:
Function signature:
function(const Data1, Data2: TData): Integer;
  | 
Compare function for key values.  |