Vcl.Controls.TDockZone.PrevVisible

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function PrevVisible: TDockZone;

C++

TDockZone* __fastcall PrevVisible();

プロパティ

種類 可視性 ソース ユニット
function public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDockZone

説明

TDockZone オブジェクトの子のリストを逆順にスキャンする際に最初に見つかったゾーンを返します。

PrevVisible メソッドは、TDockZone オブジェクトの子を逆順にスキャンし、最初に見つかった子ゾーン(ただし、Visible プロパティが True に設定されているもの)を返します。

関連項目