mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 10:00:48 +02:00
updates and corrections from Chris Kirkpatrick
git-svn-id: trunk@7966 -
This commit is contained in:
parent
0a4cd42e15
commit
fb01cfdc1a
@ -6274,10 +6274,8 @@
|
|||||||
</element>
|
</element>
|
||||||
<!-- object Visibility: default -->
|
<!-- object Visibility: default -->
|
||||||
<element name="TProgressBar">
|
<element name="TProgressBar">
|
||||||
<short/>
|
<short>Progress Bar</short>
|
||||||
<descr/>
|
<descr>Progress Bar: a control that appears at or near the bottom of form or window. It depicts the progress of a process, or what proportion of the progress is complete. A series of coloured rectangles appears in the control, filling it from left to right or from top to bottom as the process progresses</descr>
|
||||||
<errors/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TProgressBar.Align">
|
<element name="TProgressBar.Align">
|
||||||
@ -9490,10 +9488,8 @@
|
|||||||
</element>
|
</element>
|
||||||
<!-- object Visibility: default -->
|
<!-- object Visibility: default -->
|
||||||
<element name="TTrackBar">
|
<element name="TTrackBar">
|
||||||
<short/>
|
<short>Track Bar</short>
|
||||||
<descr/>
|
<descr>Track Bar: a device that appears at the bottom of a window or panel or form, showing the progress of a process or allowing the user to select (with the mouse pointer) a value denoting how much of a procedure is to be accepted.</descr>
|
||||||
<errors/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TTrackBar.Align">
|
<element name="TTrackBar.Align">
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1787,7 +1787,7 @@
|
|||||||
<!-- object Visibility: default -->
|
<!-- object Visibility: default -->
|
||||||
<element name="TShape">
|
<element name="TShape">
|
||||||
<short>Shape</short>
|
<short>Shape</short>
|
||||||
<descr>Shape: An arbitrary graphic geometrical shape placed on the Form</descr>
|
<descr>Shape: An arbitrary graphic geometrical shape placed on the Form. It may be one of a series of standard shapes defined by TShapeType</descr>
|
||||||
</element>
|
</element>
|
||||||
<!-- variable Visibility: private -->
|
<!-- variable Visibility: private -->
|
||||||
<element name="TShape.FPen">
|
<element name="TShape.FPen">
|
||||||
@ -3027,7 +3027,7 @@ to separate sub-panels functionally and allow re-sizing of the constituent sub-p
|
|||||||
<!-- object Visibility: default -->
|
<!-- object Visibility: default -->
|
||||||
<element name="TBevel">
|
<element name="TBevel">
|
||||||
<short>Bevel</short>
|
<short>Bevel</short>
|
||||||
<descr>A bevel placed around the edge of buttons and other components</descr>
|
<descr>A bevel placed around the edge of buttons and other components. Its appearance is governed by TBevelShape, TBevelStyle and TBevelwidth</descr>
|
||||||
</element>
|
</element>
|
||||||
<!-- variable Visibility: private -->
|
<!-- variable Visibility: private -->
|
||||||
<element name="TBevel.FStyle">
|
<element name="TBevel.FStyle">
|
||||||
@ -4525,8 +4525,7 @@ requiring the user to select one af a set of alternatives</descr>
|
|||||||
<!-- object Visibility: default -->
|
<!-- object Visibility: default -->
|
||||||
<element name="TLabeledEdit">
|
<element name="TLabeledEdit">
|
||||||
<short>Labelled Edit</short>
|
<short>Labelled Edit</short>
|
||||||
<descr>Labelled Edit: An Edit Box with a permanently attached Label;
|
<descr>Labelled Edit: An Edit Box with a permanently attached Label;<br/>saves time and effort over placing separate Label and Edit Box on Form. The Label property is described in the parent component, TCustomLabeledEdit</descr>
|
||||||
saves time and effort over placing separate Label and Edit Box on Form. The Label property is described in the parent component, TCustomLabeledEdit</descr>
|
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TLabeledEdit.Anchors">
|
<element name="TLabeledEdit.Anchors">
|
||||||
@ -4960,7 +4959,7 @@ saves time and effort over placing separate Label and Edit Box on Form. The Labe
|
|||||||
<element name="TPanel">
|
<element name="TPanel">
|
||||||
<short>Panel</short>
|
<short>Panel</short>
|
||||||
<descr>Panel: A defined rectangular area of the form into which other components
|
<descr>Panel: A defined rectangular area of the form into which other components
|
||||||
can be placed to group then functionally and geographically</descr>
|
can be placed to group them functionally and geographically</descr>
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TPanel.Align">
|
<element name="TPanel.Align">
|
||||||
|
@ -196,7 +196,7 @@
|
|||||||
<!-- object Visibility: default -->
|
<!-- object Visibility: default -->
|
||||||
<element name="TCustomScrollBar">
|
<element name="TCustomScrollBar">
|
||||||
<short>Custom Scroll Bar</short>
|
<short>Custom Scroll Bar</short>
|
||||||
<descr>Custom Scroll Bar: the base type from which Control Basr are derived</descr>
|
<descr>Custom Scroll Bar: the base type from which Control Bars are derived</descr>
|
||||||
</element>
|
</element>
|
||||||
<!-- variable Visibility: private -->
|
<!-- variable Visibility: private -->
|
||||||
<element name="TCustomScrollBar.FKind">
|
<element name="TCustomScrollBar.FKind">
|
||||||
@ -512,7 +512,7 @@
|
|||||||
<!-- object Visibility: default -->
|
<!-- object Visibility: default -->
|
||||||
<element name="TScrollBar">
|
<element name="TScrollBar">
|
||||||
<short>Scroll Bar</short>
|
<short>Scroll Bar</short>
|
||||||
<descr>Scroll Bar for Text Box or Memo. Can be none, horizontal, vertical or both. May appear automatically when the text goes outside the window. Scroll codes may be line up or down, page up or down, track the mouse, top of panel, bottom of panel, or end scroll.</descr>
|
<descr>Scroll Bar for Text Box or Memo. Can be none, horizontal, vertical or both. May appear automatically when the text goes outside the window. <br/>Scroll codes may be line up or down, page up or down, track the mouse, top of panel, bottom of panel, or end scroll.</descr>
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TScrollBar.Align">
|
<element name="TScrollBar.Align">
|
||||||
@ -750,8 +750,8 @@
|
|||||||
<short>Group Box</short>
|
<short>Group Box</short>
|
||||||
<descr>Group Box. Allows a number of objects to be grouped physically and conceptually
|
<descr>Group Box. Allows a number of objects to be grouped physically and conceptually
|
||||||
on the form; they can be moved around together and have certain properties in
|
on the form; they can be moved around together and have certain properties in
|
||||||
common. They share the same scope for several variables, which are hidden from
|
common. <br/>They share the same scope for several variables, which are hidden from
|
||||||
objects outside the group. They can interact with one another, for example
|
objects outside the group. <br/>They can interact with one another, for example
|
||||||
radio buttons will be mutually exclusive within the group.</descr>
|
radio buttons will be mutually exclusive within the group.</descr>
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
@ -4715,9 +4715,9 @@ or the message may be changed dynamically, eg <br/>
|
|||||||
<element name="TButtonControl">
|
<element name="TButtonControl">
|
||||||
<short>Button Control</short>
|
<short>Button Control</short>
|
||||||
<descr>Button Control: Base Type for the Button (including Radio Button) and Check Box types ;
|
<descr>Button Control: Base Type for the Button (including Radio Button) and Check Box types ;
|
||||||
processes the detection of clicks and changes, and the checked/unchecked state of the component.
|
processes the detection of clicks and changes, and the checked/unchecked state of the component.<br/>
|
||||||
A rectangular button, whose shape can be specified,
|
A rectangular button, whose shape can be specified,
|
||||||
and which usually has an informative caption. It is designed to be pressed or selected by the mouse cursor, and usually initiates some activity with the OnClick Event.Properties can include Checked, Click (mouse clicks on button) and the actions to be taken on a change in a property.</descr>
|
and which usually has an informative caption. It is designed to be pressed or selected by the mouse cursor, and usually initiates some activity with the OnClick Event. <br/>Properties can include Checked, Click (mouse clicks on button) and the actions to be taken on a change in a property.</descr>
|
||||||
</element>
|
</element>
|
||||||
<!-- variable Visibility: private -->
|
<!-- variable Visibility: private -->
|
||||||
<element name="TButtonControl.FClicksDisabled">
|
<element name="TButtonControl.FClicksDisabled">
|
||||||
@ -4863,7 +4863,7 @@ and which usually has an informative caption. It is designed to be pressed or se
|
|||||||
<!-- enumeration type Visibility: default -->
|
<!-- enumeration type Visibility: default -->
|
||||||
<element name="TCheckBoxState">
|
<element name="TCheckBoxState">
|
||||||
<short>Check Box State</short>
|
<short>Check Box State</short>
|
||||||
<descr>Check Box State: a set of constants defining the possible states of a Check Box - Checked, meaning it has been selected; Unchecked meaning irt has not been selected or has been deselected; Grayed meaning it has been rendered inoperative or unable to be selected and appears grey or faintly visible on the Form</descr>
|
<descr>Check Box State: a set of constants defining the possible states of a Check Box - <br/>Checked, meaning it has been selected; <br/>Unchecked meaning irt has not been selected or has been deselected; <br/>Grayed meaning it has been rendered inoperative or unable to be selected and appears grey or faintly visible on the Form</descr>
|
||||||
</element>
|
</element>
|
||||||
<!-- enumeration value Visibility: default -->
|
<!-- enumeration value Visibility: default -->
|
||||||
<element name="TCheckBoxState.cbUnchecked">
|
<element name="TCheckBoxState.cbUnchecked">
|
||||||
@ -5265,7 +5265,7 @@ Toggles between being checked and unchecked on successive clicks of the mouse, a
|
|||||||
<!-- object Visibility: default -->
|
<!-- object Visibility: default -->
|
||||||
<element name="TToggleBox">
|
<element name="TToggleBox">
|
||||||
<short>Toggle Box</short>
|
<short>Toggle Box</short>
|
||||||
<descr>Toggle Box: a labelled box capable of being checked (when it becomes recessed) or unchecked (when it is raised). The 'state' property can be tested for cbUnchecked or cbChecked and actions can be associated with mouse clicks or other movements</descr>
|
<descr>Toggle Box: a labelled box capable of being checked (when it becomes recessed) or unchecked (when it is raised). <br/>The 'state' property can be tested for cbUnchecked or cbChecked and actions can be associated with mouse clicks or other movements</descr>
|
||||||
</element>
|
</element>
|
||||||
<!-- constructor Visibility: public -->
|
<!-- constructor Visibility: public -->
|
||||||
<element name="TToggleBox.Create">
|
<element name="TToggleBox.Create">
|
||||||
@ -5455,7 +5455,7 @@ Toggles between being checked and unchecked on successive clicks of the mouse, a
|
|||||||
<!-- object Visibility: default -->
|
<!-- object Visibility: default -->
|
||||||
<element name="TRadioButton">
|
<element name="TRadioButton">
|
||||||
<short>Radio Button</short>
|
<short>Radio Button</short>
|
||||||
<descr>Radio Button: a button which works in conjunction with other Radio Buttons in a mutually exclusive manner - if one button of a group is selected, none of the others in that group can be selected. Several radio buttons are usually grouped together in a Group Box or Radio Group. When a button is selected, the actions associated with that button are initiated.</descr>
|
<descr>Radio Button: a button which works in conjunction with other Radio Buttons in a mutually exclusive manner - if one button of a group is selected, none of the others in that group can be selected. <br/>Several radio buttons are usually grouped together in a Group Box or Radio Group. When a button is selected, the actions associated with that button are initiated.</descr>
|
||||||
</element>
|
</element>
|
||||||
<!-- procedure Visibility: protected -->
|
<!-- procedure Visibility: protected -->
|
||||||
<element name="TRadioButton.RealSetText">
|
<element name="TRadioButton.RealSetText">
|
||||||
|
Loading…
Reference in New Issue
Block a user