[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: ldocktree.pas line 45
type TLazDockZone = class(TDockZone) |
||
public |
||
destructor Destroy; override; |
|
|
procedure FreeSubComponents; |
||
function GetCaption; |
|
|
function GetParentControl; |
|
|
property Splitter: TLazDockSplitter; [rw] |
|
|
property Pages: TLazDockPages; [rw] |
|
|
property Page: TLazDockPage; [rw] |
|
|
end; |
|
||
| | ||
|
TDockZone is a node in the TDockTree and encapsulates a region into which other zones or a single control are contained. |
|
| | ||
TObject |