Klasse TDockZone

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TDockZone = class(TObject)

Beschreibung

Hierarchie

Übersicht

Methoden

Public constructor Create(TheTree: TDockTree; TheChildControl: TControl);
Public function FindZone(AControl: TControl): TDockZone;
Public function FirstVisibleChild: TDockZone;
Public function GetNextVisibleZone: TDockZone;
Public function NextVisible: TDockZone;
Public function PrevVisible: TDockZone;
Public procedure AddAsFirstChild(NewChildZone: TDockZone);
Public procedure AddAsLastChild(NewChildZone: TDockZone);
Public procedure ReplaceChild(OldChild, NewChild: TDockZone);
Public function GetLastChild: TDockZone;
Public function GetIndex: Integer;

Eigenschaften

Public property ChildControl: TControl read FChildControl;
Public property ChildCount: Integer read FChildCount;
Public property FirstChild: TDockZone read FFirstChildZone;
Public property Height: Integer read GetHeight;
Public property Left: Integer read GetLeft;
Public property LimitBegin: Integer read GetLimitBegin;
Public property LimitSize: Integer read GetLimitSize;
Public property Orientation: TDockOrientation read FOrientation write FOrientation;
Public property Parent: TDockZone read FParentZone;
Public property Top: Integer read GetTop;
Public property Tree: TDockTree read FTree;
Public property Visible: Boolean read GetVisible;
Public property VisibleChildCount: Integer read GetVisibleChildCount;
Public property Width: Integer read GetWidth;
Public property NextSibling: TDockZone read FNextSibling;
Public property PrevSibling: TDockZone read FPrevSibling;

Beschreibung

Methoden

Public constructor Create(TheTree: TDockTree; TheChildControl: TControl);
 
Public function FindZone(AControl: TControl): TDockZone;
 
Public function FirstVisibleChild: TDockZone;
 
Public function GetNextVisibleZone: TDockZone;
 
Public function NextVisible: TDockZone;
 
Public function PrevVisible: TDockZone;
 
Public procedure AddAsFirstChild(NewChildZone: TDockZone);
 
Public procedure AddAsLastChild(NewChildZone: TDockZone);
 
Public procedure ReplaceChild(OldChild, NewChild: TDockZone);
 
Public function GetLastChild: TDockZone;
 
Public function GetIndex: Integer;
 

Eigenschaften

Public property ChildControl: TControl read FChildControl;
 
Public property ChildCount: Integer read FChildCount;
 
Public property FirstChild: TDockZone read FFirstChildZone;
 
Public property Height: Integer read GetHeight;
 
Public property Left: Integer read GetLeft;
 
Public property LimitBegin: Integer read GetLimitBegin;
 
Public property LimitSize: Integer read GetLimitSize;
 
Public property Orientation: TDockOrientation read FOrientation write FOrientation;
 
Public property Parent: TDockZone read FParentZone;
 
Public property Top: Integer read GetTop;
 
Public property Tree: TDockTree read FTree;
 
Public property Visible: Boolean read GetVisible;
 
Public property VisibleChildCount: Integer read GetVisibleChildCount;
 
Public property Width: Integer read GetWidth;
 
Public property NextSibling: TDockZone read FNextSibling;
 
Public property PrevSibling: TDockZone read FPrevSibling;
 

Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:02:54