Vcl.Controls.TDockZone.FirstVisibleChild

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FirstVisibleChild: TDockZone;

C++

TDockZone* __fastcall FirstVisibleChild();

Properties

Type Visibility Source Unit Parent
function public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDockZone

Description

Returns the first visible child of a TDockZone.

The FirstVisibleChild method returns the first encountered child zone of the TDockZone that calls it.

See Also