From d37d3f099fba01fdd3ee95e8cab037103d7663c7 Mon Sep 17 00:00:00 2001
From: dsiders
+ The default value for the property is clBtnFace in TCustomSpeedButton.
+
+ If the color is clDefault , the result will need to be passed through GetDefaultColor to resolve clDefault to a TColor value. Convenience routines which obtain the color by resolving clDefault and ParentColor are also provided as TControl.GetColorResolvingParent and TControl.GetRGBColorResolvingParent.
+ Standard properties, which should be supported by all descendants. Reads the value for color, or stores the value, and sets a flag if the color is stored. The default color is the same as the window in which the control is located. Standard properties, which should be supported by all descendants. Whether the control is Enabled. If not, it usually appears 'greyed-out'. Reads a flag to see whether the control is enabled, or stores a new value. If stored, sets a flag to say so. Standard properties, which should be supported by all descendants. Reads a flag to see what font should be used, or sets a flag to store it. If stored, sets a flag to say so. The properties of Font are defined in the parent class TFont.
-
+ Align is a TAlign property which specifies how the control is aligned to its parent control. The default value for the property is alBottom in TStatusBar.
+
+ The default value for the property is False.
+
+ The default value for the property is True in TStatusBar.
+
+ The default value for the property is clDefault or clBtnFace (depending on the UseCLDefault compiler define).If the color is clDefault , the result will need to be passed through GetDefaultColor to resolve clDefault to an actual TColor value.
+
+ Convenience routines which obtain the color by resolving clDefault and ParentColor are also provided as TControl.GetColorResolvingParent and TControl.GetRGBColorResolvingParent.
+
+ Allows the control, and all of its children, to be displayed or hidden. Visible is set to True by Show , or to False by Hide. Calling these methods is equivalent to setting the Visible property.
+
+ The default value for the property is True in TStatusBar.
+
The default value for the property is True in TCustomTabControl.
+ TabVisible indicates if the Tab is visible in the Parent control. The default value for the proprty is True in TTabSheet.
+
+ Changing the value in the property cause the Parent control to be updated to reflect the new value. No actions are performed in the method at design-time, or when the property value is not different than the stored value.
+
+ When the Parent control has been assigned and has a handle allocated, the TCustomTabControl in Parent is updated to reflect the new value for the property. When True, the active page in the Parent control is changed to the current page instance if one has not already been assigned in the Parent. The page and its handle are removed from the Tab control when the property value is False.
+
+ Use IsControlVisible to determine if the page is currently the active page displayed in the Parent tab control.
+
+ The default value for the property is bsSingle in TCustomListView.
+
+ The default value for the property is True in TCustomListView,
+
+ ParentColor determines if the control should use the Color from the Parent control, when enabled. The default value for the property is False in TListView.
+
+ When this property is True, all changes to the Color of the parent will also be applied to the Color of the control, ensuring that they both contain same value. If the Color of the control is changed by the application, then ParentColor will be automatically set to False.
+
+ Using ParentColor when the Color value is clDefault can cause problems in resolving the actual color value. To obtain the Color property of a control while taking into account clDefault and ParentColor, use the GetColorResolvingParent method. This method might return a non-RGB color, but will never return clDefault. To obtain a purely RGB result use the GetRGBColorResolvingParent method.
+
+ Align is a TAlign property which specifies how the control is aligned to its parent control. The default value for the property is alTop in TToolBar.
+
+ The default value for the property is True in TCustomTrackBar.
+
+ The default value for the property is bsSingle in TCustomTreeView.
+
+ The default value for the property is 0 in TCustomTreeView.
+
The default value for the property is clWindow. Contains the same value as the BackgroundColor property.
+ The default value for the property is True in TCustomTreeView.
+
+ The default value for the property is False in TTreeView.
+
+ The default value for the property is True in TTreeView.
+
+ MaxLength is an Integer property which contains the maximum length for a value entered in the Text for the control. It controls the number of characters allowed in the edit box, but does not limit the length of the value that can be directly assigned to Text. MaxLength is passed to and read from the widgetset class when a handle has been assigned for the control.
+
+ The default value for the property is -1 in TDBComboBox, and forces the widgetset class to update its value for the property. Setting the value for the property does not alter the existing value in Text.
+
+ Color is a TColor property with the background color for the control.
+ The default value for the property is clBackground in TDBNavigator.
+
+ If the color is clDefault, the value will need to be resolved using the GetDefaultColor method. Convenience routines which obtain the color by resolving clDefault and ParentColor are also provided in TControl.GetColorResolvingParent and TControl.GetRGBColorResolvingParent.
+
+ The default value for the property is False in TDBNavigator.
+
+ ParentColor determines if the control should use the Color from the Parent control, when enabled. The default value for the property is False in TDBGrid.
+
+ When this property is True, all changes to the Color of the parent will also be applied to the Color of the control, ensuring that they both contain same value. If the Color of the control is changed by the application, then ParentColor will be automatically set to False.
+
+ Using ParentColor when the Color value is clDefault can cause problems in resolving the actual color value. To obtain the Color property of a control while taking into account clDefault and ParentColor, use the GetColorResolvingParent method. This method might return a non-RGB color, but will never return clDefault. To obtain a purely RGB result use the GetRGBColorResolvingParent method.
+
+ ScrollBars is a TScrollStyle property which indicates the scrollbars displayed for the grid control. The default value for the property is ssBoth in TDBGrid, and causes vertical and horizontal scrollbars to be displayed.
+
+ See TScrollStyle for more information about values in the enumeration and their meanings.
+
+ The default value for the property is 4 in TCustomEditButton.
+
+ AutoSize is a Boolean property which allows the control to automatically adjustment its size to the content in the control. The default value for the property is True in TEditButton.
+
+ CharCase is a TEditCharCase property that controls the case conversion used (if any) for a value entered in the control. The default value for the property is ecLowerCase in TCustomControlFilterEdit, and indicates that charcters are converted to lower case.
+
+ See TEditCharCase for more information about the enumeration values supported for the type.
+
- The default value for the property is alLeft.
+ Align is a TAlign property which specifies how the control is aligned to its parent control. The default value for the property is alLeft in TCustomSplitter.
- The default value for the property is crHSplit.
+ The default value for the property is crHSplit in TCustomSplitter.
- The default value for the property is False.
-
- The default value for the property is False.
-
+ The default value for the property is False in TCustomPanel.
+
+ The default value for the property is True in TPanel.
+
+ When UseDockManager is set to True, and DockSite is also set to True, a DockManager is created automatically. When set to False, an existing DockManager is ignored. If you want to use a special DockManager, install it before setting UseDockManager to True.
+
+ The default value for the property is True in TFlowPanel.
+
+ The default value for the property is True in TFlowPanel.
+
+ The default value for the property is True in TFlowPanel.
+
+ When UseDockManager is set to True, and DockSite is also set to True, a DockManager is created automatically. When set to False, an existing DockManager is ignored. If you want to use a special DockManager, install it before setting UseDockManager to True.
+
+ A DockSite reacts on controls dragged over this control, signals acceptance and where a dragged control would be dropped. The default value for the property is True in TCustomControlBar.
+
+ The default value for the property is bvRaised in TControlBar.
+
+ The default value for the property is bvLowered in TControlBar.
+
+ AutoScroll is a Boolean property which indicates if scroll bars are automatically displayed or hidden on the control as needed. The default value for the property is True in TScrollBox.
+
+ Changing the value for the property causes the Visible property in both HorzScrollBar and VertScrollBar to be updated (if needed). When set to True, the UpdateScrollBars method is called to calculate the page, range, and visibiity for the scroll bars. When set to False , the HideScrollbars method is called to reset and hide the scroll bars (when assigned).
+
+ The default value for the property is bsSingle in TScrollBox.
+
+ ParentBackground is a Boolean property which indicates if the background for the Parent control is drawn as the background for the current control instance. The default value in TScrollBox is False.
+
+ ParentBackground is True when csParentBackground is included in the ControlStyle property. Setting the value in ParentBackground causes ControlStyle to be updated to include or exclude the csParentBackground enumeration value; it is included when True.
+
@@ -4963,7 +5016,7 @@
+ If true, the Font will be the same as the one from the Parent.
The default value for the property is False in TCustomForm.
+ While ParentFont is True, all changes to the font of the parent will also be applied to the font for the control. This synchronizes them, keeping them set to the same value. If the Font for the control is changed by the application, then ParentFont will automatically be set to False.
+
+ AutoScroll is a Boolean property which indicates if the form can automatically show or hide its scroll bars. The default valule for the property is False in TCustomDockForm.
+
+ AutoScroll can only be True when the BorderStyle for the form is bsSizeable or bsSizeToolWin , and may be changed to False at run-time when BorderStyle is changed to another value.
+
+ Use BorderStyle to get or set the appearance of the form's border. The default value in TCustomDockForm is bsSizeToolWin.
+
+ This property is slightly different (has a different base type) from the TCustomControl.BorderStyle property. When the form is put into another control the window borders depend on the widgetset. There are no borders under GTK.
+
+ The default value in TCustomDockForm is fsStayOnTop.
+
+ HelpShowTableOfContents is a method used to display the Help Table of Contents for the application. It uses the global HelpManager variable (when assigned) to call its ShowTableOfContents method. This method must be re-implemented in a descendent class; the default implementation simply returns the shrHelpNotFound result.
+
+ The return value is True when the HelpManager successfully displays the Table of Contents, and returns the shrSuccess result code. If HelpManager has not been assigned, the return value is always False.
+
+ The default value for TabStop is True in TCustomGrid. +
+ ParentColor determines if the control should use the Color from the Parent control, when enabled. The default value for the property is False in TDrawGrid. +
++ When this property is True, all changes to the Color of the parent will also be applied to the Color of the control, ensuring that they both contain same value. If the Color of the control is changed by the application, then ParentColor will be automatically set to False. +
++ Using ParentColor when the Color value is clDefault can cause problems in resolving the actual color value. To obtain the Color property of a control while taking into account clDefault and ParentColor, use the GetColorResolvingParent method. This method might return a non-RGB color, but will never return clDefault. To obtain a purely RGB result use the GetRGBColorResolvingParent method. +
++ ParentColor determines if the control should use the Color from the Parent control, when enabled. The default value for the property is False in TStringGrid. +
++ When this property is True, all changes to the Color of the parent will also be applied to the Color of the control, ensuring that they both contain same value. If the Color of the control is changed by the application, then ParentColor will be automatically set to False. +
++ Using ParentColor when the Color value is clDefault can cause problems in resolving the actual color value. To obtain the Color property of a control while taking into account clDefault and ParentColor, use the GetColorResolvingParent method. This method might return a non-RGB color, but will never return clDefault. To obtain a purely RGB result use the GetRGBColorResolvingParent method. +
+- Example: - - Message written by FPC: - unit1.pas(21,3) Warning: unit buttons not used - - Results in: - Stage=FPC - Type=Warning - Line=21 - Column=3 - Message=unit buttons not used -+
+ Example: +
++ Message written by FPC: +
+unit1.pas(21,3) Warning: unit buttons not used
+ + Results in: +
+
+Stage=FPC
+Type=Warning
+Line=21
+Column=3
+Message=unit buttons not used
+
- + DoHelpNotFound is a TShowHelpResult class function used to perform actions when help cannot be displayed using the help manager instance. It sets the help result and error message when the help file, query, or context is not available (or implemented) in the help manager. The default implementation sets the return value to shrHelpNotFound, and sets ErrMsg to 'Help not found'. +
++ DoHelpNotFound is called from help manager methods which display a given help type. +
++ Abstract virtual method which must be implemented in a descendent class. +
++ The default value for the property is crHSplit in TCustomPairSplitter. +
++ ParentColor determines if the control should use the Color from the Parent control, when enabled. The default value for the property is False in TShellTreeView. +
++ When this property is True, all changes to the Color of the parent will also be applied to the Color of the control, ensuring that they both contain same value. If the Color of the control is changed by the application, then ParentColor will be automatically set to False. +
++ The default value for the properly is True in TShellTreeView. +
++ The default value for the properly is clWindow in TShellListView. +
++ If Color is set to clDefault, it needs to be passed through GetDefaultColor to resolve clDefault to a TColor value. Convenience routines which obtain the color by resolving clDefault and ParentColor are also provided as TControl.GetColorResolvingParent and TControl.GetRGBColorResolvingParent. +
++ ParentColor determines if the control should use the Color from the Parent control, when enabled. The default value for the property is False in TShellListView. +
++ When this property is True, all changes to the Color of the parent will also be applied to the Color of the control, ensuring that they both contain same value. If the Color of the control is changed by the application, then ParentColor will be automatically set to False. +
++ Using ParentColor when the Color value is clDefault can cause problems in resolving the actual color value. To obtain the Color property of a control while taking into account clDefault and ParentColor, use the GetColorResolvingParent method. This method might return a non-RGB color, but will never return clDefault. To obtain a purely RGB result use the GetRGBColorResolvingParent method. +
++ Allows the user to navigate to this control, by pressing the Tab key. + The default value for the property is True in TCustomScrollBar. +
++ ParentColor determines if the control should use the Color from the Parent control, when enabled. The default value for the property is False in TCustomComboBox. +
++ When this property is True, all changes to the Color of the parent will also be applied to the Color of the control, ensuring that they both contain same value. If the Color of the control is changed by the application, then ParentColor will be automatically set to False. +
++ Allows the user to navigate to this control, by pressing the Tab key. The default value for the property is True in TCustomComboBox. +
++ Indicates the line style drawn as a border around the control. The default value for the property is bsSingle in TCustomListBox. +
++ ParentColor determines if the control should use the Color from the Parent control, when enabled. The default value for the property is False in TCustomListBox. +
++ When this property is True, all changes to the Color of the parent will also be applied to the Color of the control, ensuring that they both contain same value. If the Color of the control is changed by the application, then ParentColor will be automatically set to False. +
++ Allows the user to navigate to this control, by pressing the Tab key. + The default value for the property is True in TCustomListBox. +
++ The action performed depends on the control type. For example, a label or button can become bigger or smaller to accommodate a longer or shorter caption. The default value for the property is True in TCustomEdit. and enables auto-sizing the control instance to its content. +
++ The default value for the property is bsSingle in TCustomEdit. +
++ Allows the user to navigate to this control, by pressing the Tab key. + The default value for the property is True in TCustomEdit. +
++ Allows the user to navigate to this control, by pressing the Tab key. + The default value for the property is True in TCustomButton. +
++ The action performed depends on the control type. For example, a label or button can become bigger or smaller to accommodate a longer or shorter caption. The default value for the property is True in TCheckBox, and enables auto-sizing for the control instance. +
++ Allows the user to navigate to this control, by pressing the Tab key. + The default value for the property is True in TCheckBox. +
++ Allows the user to navigate to this control, by pressing the Tab key. + The default value for the property is True in TToggleBox. +
+
The default value for the property is True in TRadioButton.
@@ -9143,7 +9299,20 @@ end;
+ Allows the user to navigate to this control, by pressing the Tab key.
+ The default value for the property is True in TRadioButton.
+
+ The action performed depends on the control type. For example, a label or button can become bigger or smaller to accommodate a longer or shorter caption.
+
The default value for the property is True in TCustomLabel.
+ ParentColor determines if the control should use the Color from the Parent control, when enabled. The default value is False in TCustomLabel.
+
+ When this property is True, all changes to the Color of the parent will also be applied to the Color of the control, ensuring that they both contain same value. If the Color of the control is changed by the application, then ParentColor will be automatically set to False.
+
+ ParentColor determines if the control should use the Color from the Parent control, when enabled. The default value for the property is False in TValueListEditor.
+
+ When this property is True, all changes to the Color of the parent will also be applied to the Color of the control, ensuring that they both contain same value. If the Color of the control is changed by the application, then ParentColor will be automatically set to False.
+
+ Using ParentColor when the Color value is clDefault can cause problems in resolving the actual color value. To obtain the Color property of a control while taking into account clDefault and ParentColor, use the GetColorResolvingParent method. This method might return a non-RGB color, but will never return clDefault. To obtain a purely RGB result use the GetRGBColorResolvingParent method.
+