Vcl.ComCtrls.TPageControl.GetPageFromDockClient

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPageFromDockClient(Client: TControl): TTabSheet;

C++

TTabSheet* __fastcall GetPageFromDockClient(Vcl::Controls::TControl* Client);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TPageControl

Description

Returns the tab sheet on which a client is docked.

Call GetPageFromDockClient to get the tab sheet on which Client is docked.

Returns nil (Delphi) or NULL (C++) if Client is not docked.