Icon TGridHeaderClickEvent

Unit: WebGrids

TGridHeaderClickEvent = function (Sender: TObject): Boolean of
      object

Available In: Client Applications

The TGridHeaderClickEvent type is used by the TGridColumn OnHeaderClick event.

The Sender parameter is the TGridColumn instance that triggered the event.
Image