Vcl.Controls.TDockZone.PrevVisible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function PrevVisible: TDockZone;

C++

TDockZone* __fastcall PrevVisible();

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 in reverse order.

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

See Also