Icon TGridColumnCompareEvent

Unit: WebGrids

TGridColumnCompareEvent = function (const L,R: String;
      CaseInsensitive: Boolean; LocaleInsensitive: Boolean): Integer
      of object

Available In: Client Applications

The TGridColumnCompareEvent type is used by the TGridColumn OnCompare event.

The Sender parameter is the TGridColumn instance that triggered the event, the L and R parameters are the string column values to compare, and the CaseInsensitive and LocaleInsensitive parameters indicate what type of comparison is being requested.
Image