+ Create - constructor for TToolBar: calls inherited Create and sets many formatting and size defaults
+Among the variables initialised and defaults set are the list of buttons, button width and height, style, indentation, alignment, links for image change, the bounds and the edge borders
++ Create - constructor for TCustomTreeView: calls inherited Create then sets defaults for style, size, etc
+Among the variables initialised and defaults set are:
+ size, colour, the symbols for expansion etc, the border style and width, scroll bars, options, indentation, timers, action links +poDesigned - The Form appears exactly as it is positioned and sized in the Form Designer
poDefault - The window manager decides how the form is to appear, in a default position and size
- -poDefaultPosOnly - keeps the Designed size, but position determined by windowmanager
- -poDefaultSizeOnly - keeps the Designed position, but size determined by windowmanager
+poDefaultPosOnly - keeps the Designed size, but position determined by windowmanager
+poDefaultSizeOnly - keeps the Designed position, but size determined by windowmanager
poScreenCenter - Centers the form on screen
poDeskTopCenter - Centers the form on desktop
poMainFormCenter - Centers the Form on the Main Form
@@ -678,7 +676,7 @@ This is an ancestor class for many form types and classes of windowed controlsThe argument Flags is a long integer constructed by adding together various constants to define the contents and behaviour of the box, for example:
MB_ABORTRETRYIGNORE + MR_ICONQUESTION will cause the application to display a query (?) icon in a box with three buttons:
ABORT RETRY IGNORE.
-The following button constants are available:
-MB_OK
MB_OKCANCEL
MB_ABORTRETRYIGNORE
MB_YESNOCANCEL
MB_YESNO
MB_RETRYCANCEL
-And the following icon constants:
-MB_ICONHAND
MB_ICONQUESTION
MB_ICONEXCLAMATION
@@ -6967,9 +6963,7 @@ It also writes details of the exception to the appropriate place for debugging.MB_ICONERROR = MB_ICONHAND
MB_ICONSTOP = MB_ICONHAND
MB_ICONINFORMATION = MB_ICONASTERICK
-These constants are declared on the LCLType unit.
-The function returns an integer value corresponding to the button that was pressed; its value can be determined by reference to the constants [IDOK..IDHELP]
It can be invoked like a procedure call (ie as a 'MessageBox()' statement rather than as a 'Variable := MessageBox()' function call)
@@ -8518,7 +8512,7 @@ Navigation Options is a set, so can take zero or more of the available values+ Create - constructor for TFont: Opens a new instance of the class , calling inherited Create and sets defaults for character set, colour, size etc
++ Create - constructor for TCanvas: calls inherited Create and sets defaults for many properties and actions
+Initialises Font, Pen and Brush, makes event handlers for these, sets up defaults for Alignment, Layout, Clipping and opacity