[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TCustomTabControl.IndexOfPageAt

Gets the index for the page at the specified client coordinates.

Declaration

Source position: comctrls.pp line 450

protected function TCustomTabControl.IndexOfPageAt(

  X: Integer;

  Y: Integer

):Integer; virtual; overload;

function TCustomTabControl.IndexOfPageAt(

  P: TPoint

):Integer; virtual; overload;