[Overview][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TLazDockControlEditorDlg - a dialog to control the docking or undocking of a control with another
Source position: ldockctrledit.pas line 54
type TLazDockControlEditorDlg = class(TForm) |
||
|
CancelButton - hitting this button cancels the action |
|
|
DockControlComboBox displays the various actions for selection |
|
|
DockPageButton - a SpeedButton for moving the whole page |
|
|
DockBottomButton - a SpeedButton for docking the bottom border |
|
|
DockTopButton - a SpeedButton for docking the top border |
|
|
DockRightButton - a SpeedButton for docking the right border |
|
|
DockLeftButton - a SpeedButton for docking the left border |
|
|
DockGroupBox - a GroupBox to contain the docking buttons |
|
|
DockControlLabel - a label for the dock control |
|
|
EnlargeGroupBox - a GroupBox to contain the Enlarge buttons |
|
|
EnlargeLeftSpeedButton - a SpeedButton for enlarging the docking control by moving the left border |
|
|
EnlargeRightSpeedButton - a Speedbutton for enlarging the docking control by moving its right border |
|
|
EnlargeTopSpeedButton - a SpeedButton for enlarging the docking control by moving its top border |
|
|
EnlargeBottomSpeedButton - a SpeedButton for enlarging the docking control by moving its bottom border |
|
|
UndockButton - a buton for undocking the control |
|
|
UndockGroupBox - a box to contain the undock button and any associated elements |
|
procedure DockBottomButtonClick(); |
|
DockBottomButtonClick - method for responding to a click on the DockBottomButton |
procedure DockControlComboBoxEditingDone(); |
|
DockControlComboBoxEditingDone - method invoked when editing of the ComboBox is done |
procedure DockLeftButtonClick(); |
|
DockLeftButtonClick - method to respond to a click on the DockLeftButton |
procedure DockPageButtonClick(); |
|
DockPageButtonClick - method to respond to a click on the DockPageButton |
procedure DockRightButtonClick(); |
|
DockRightButtonClick - method to respond to a click on the DockRightButton |
procedure DockTopButtonClick(); |
|
DockTopButtonClick - method to respond to a click on the DockTopButton |
procedure EnlargeBottomSpeedButtonClick(); |
|
EnlargeBottomSpeedButtonClick - method to respond to a click on the EnlargeBottomSpeedButton |
procedure EnlargeLeftSpeedButtonClick(); |
|
EnlargeLeftSpeedButtonClick - method to respond to a click on the EnlargeLeftSpeedButton |
procedure EnlargeRightSpeedButtonClick(); |
|
EnlargeRightSpeedButtonClick - method to respond to a click on the EnlargeRightSpeedButton |
procedure EnlargeTopSpeedButtonClick(); |
|
EnlargeTopSpeedButtonClick - method to respond to a click on the EnlargeTopSpeedButton |
procedure FormCreate(); |
|
FormCreate - method for creating the dialog form |
procedure UndockButtonClick(); |
|
UndockButtonClick - method to respond to a click on the UndockButton |
public |
||
property DlgResult: TLazDockControlEditorDlgResult; [rw] |
|
DlgResult - the result of the dialog: shows whether a moving button, an enlarging button or another control was pressed |
property CurrentControlName: String; [rw] |
|
CurrentControlName - the name of the current control (the one being docked) |
end; |
|
TLazDockControlEditorDlg - a dialog to control the docking or undocking of a control with another |
|
| | ||
| | ||
|
TCustomForm - the base type for TForm |
|
| | ||
|
TScrollingWinControl - a class of Window Control that has one or more scroll bars |
|
| | ||
|
TCustomControl - a base class for many window controls |
|
| | ||
| | ||
| | ||
|
TLCLComponent - base class for LCL components |
|
| | ||
| | ||
| | ||
lazarus-ccr.sourceforge.net |