Vcl.Controls.TDockZone.NextVisible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function NextVisible: TDockZone;

C++

TDockZone* __fastcall NextVisible();

Properties

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

Description

Returns the first visible zone of a TDockZone object, when traversing its list of children.

The NextVisible method traverses the children of the TDockZone object and returns the first encountered child zone whose Visible property is set to True.

See Also