[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: ldocktree.pas line 124
type TLazDockForm = class(TCustomForm) |
protected |
procedure Notification(); override; |
procedure UpdateMainControl; |
procedure MouseUp(); override; |
procedure MouseDown(); override; |
procedure MouseMove(); override; |
procedure MouseLeave; override; |
procedure PaintWindow(); override; |
procedure TrackMouse(); |
public |
constructor Create(); override; |
destructor Destroy; override; |
function CloseQuery; override; |
procedure UpdateCaption; virtual; |
procedure UpdateMainControlInParents(); |
function FindMainControlCandidate; |
function FindHeader(); |
procedure InsertControl(); override; |
function IsDockedControl(); |
function ControlHasTitle(); |
function GetTitleRect(); |
function GetTitleOrientation(); |
property MainControl: TControl; [rw] |
end; |
|
||
| | ||
|
TCustomForm - the base type for TForm |
|
| | ||
|
TScrollingWinControl - a class of Window Contrl that has one or more scroll bars |
|
| | ||
|
TCustomControl - a base class for many window controls |
|
| | ||
|
TWinControl - the base class for all windowed controls |
|
| | ||
|
TControl - the main ancestor class for visual controls. |
|
| | ||
TLCLComponent |
||
? | ||
TObject |