Beschreibung | Hierarchie | Felder | Methoden | Eigenschaften |
type TDockZone = class(TObject)
![]() |
constructor Create(TheTree: TDockTree; TheChildControl: TControl); |
![]() |
function FindZone(AControl: TControl): TDockZone; |
![]() |
function FirstVisibleChild: TDockZone; |
![]() |
function GetNextVisibleZone: TDockZone; |
![]() |
function NextVisible: TDockZone; |
![]() |
function PrevVisible: TDockZone; |
![]() |
procedure AddAsFirstChild(NewChildZone: TDockZone); |
![]() |
procedure AddAsLastChild(NewChildZone: TDockZone); |
![]() |
procedure ReplaceChild(OldChild, NewChild: TDockZone); |
![]() |
function GetLastChild: TDockZone; |
![]() |
function GetIndex: Integer; |
![]() |
property ChildControl: TControl read FChildControl; |
![]() |
property ChildCount: Integer read FChildCount; |
![]() |
property FirstChild: TDockZone read FFirstChildZone; |
![]() |
property Height: Integer read GetHeight; |
![]() |
property Left: Integer read GetLeft; |
![]() |
property LimitBegin: Integer read GetLimitBegin; |
![]() |
property LimitSize: Integer read GetLimitSize; |
![]() |
property Orientation: TDockOrientation read FOrientation write FOrientation; |
![]() |
property Parent: TDockZone read FParentZone; |
![]() |
property Top: Integer read GetTop; |
![]() |
property Tree: TDockTree read FTree; |
![]() |
property Visible: Boolean read GetVisible; |
![]() |
property VisibleChildCount: Integer read GetVisibleChildCount; |
![]() |
property Width: Integer read GetWidth; |
![]() |
property NextSibling: TDockZone read FNextSibling; |
![]() |
property PrevSibling: TDockZone read FPrevSibling; |
![]() |
constructor Create(TheTree: TDockTree; TheChildControl: TControl); |
![]() |
function FindZone(AControl: TControl): TDockZone; |
![]() |
function FirstVisibleChild: TDockZone; |
![]() |
function GetNextVisibleZone: TDockZone; |
![]() |
function NextVisible: TDockZone; |
![]() |
function PrevVisible: TDockZone; |
![]() |
procedure AddAsFirstChild(NewChildZone: TDockZone); |
![]() |
procedure AddAsLastChild(NewChildZone: TDockZone); |
![]() |
procedure ReplaceChild(OldChild, NewChild: TDockZone); |
![]() |
function GetLastChild: TDockZone; |
![]() |
function GetIndex: Integer; |
![]() |
property ChildControl: TControl read FChildControl; |
![]() |
property ChildCount: Integer read FChildCount; |
![]() |
property FirstChild: TDockZone read FFirstChildZone; |
![]() |
property Height: Integer read GetHeight; |
![]() |
property Left: Integer read GetLeft; |
![]() |
property LimitBegin: Integer read GetLimitBegin; |
![]() |
property LimitSize: Integer read GetLimitSize; |
![]() |
property Orientation: TDockOrientation read FOrientation write FOrientation; |
![]() |
property Parent: TDockZone read FParentZone; |
![]() |
property Top: Integer read GetTop; |
![]() |
property Tree: TDockTree read FTree; |
![]() |
property Visible: Boolean read GetVisible; |
![]() |
property VisibleChildCount: Integer read GetVisibleChildCount; |
![]() |
property Width: Integer read GetWidth; |
![]() |
property NextSibling: TDockZone read FNextSibling; |
![]() |
property PrevSibling: TDockZone read FPrevSibling; |