Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomTabControl.IndexOfTabAt

IndexOfTabAt returns the index value for the Tab located at the specified client coordinates.

Declaration

Source position: comctrls.pp line 448

protected function TCustomTabControl.IndexOfTabAt(

  X: Integer;

  Y: Integer

):Integer; virtual; overload;

function TCustomTabControl.IndexOfTabAt(

  P: TPoint

):Integer; virtual; overload;