mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 23:50:37 +02:00
LazDoc - updates in StdCtrls.xml to: TCustomEdit, TCustomMemo, TMemo, TCustomStaticText, TStaticText, TButtonControl, TCustomButton, TCustomCheckBox, TCheckBox, TToggleBox, TRadioButton, TCustomLabel, TLabel and consequential changes to TControl in Controls.xml
git-svn-id: trunk@13185 -
This commit is contained in:
parent
5a6eb8feed
commit
e854ebc855
@ -4710,10 +4710,7 @@ mrLast=mrYesToAll=10</descr>
|
|||||||
<element name="TControl.SetDragMode.Value"><short/></element>
|
<element name="TControl.SetDragMode.Value"><short/></element>
|
||||||
<!-- procedure Visibility: protected -->
|
<!-- procedure Visibility: protected -->
|
||||||
<element name="TControl.Click">
|
<element name="TControl.Click">
|
||||||
<short/>
|
<short><i>Click</i> - a procedure that allows the programmer to simulate a mouse click over the control, and initiates the same <i>Action</i> as that associated with the <i>OnClick</i> event</short>
|
||||||
<descr/>
|
|
||||||
<errors/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
</element>
|
||||||
<!-- procedure Visibility: protected -->
|
<!-- procedure Visibility: protected -->
|
||||||
<element name="TControl.DblClick">
|
<element name="TControl.DblClick">
|
||||||
@ -8545,8 +8542,12 @@ Properties are defined in the parent class <link id="#lcl.Menus.TPopupMenu">TPop
|
|||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: public -->
|
<!-- property Visibility: public -->
|
||||||
<element name="TWinControl.TabStop">
|
<element name="TWinControl.TabStop">
|
||||||
<short>Determines if the user can tab to a control.</short>
|
<short><i>TabStop</i> - determines if the user can tab to a control.</short>
|
||||||
<descr>Reads or writes boolean flag; default is False</descr>
|
<descr>
|
||||||
|
<p>Reads or writes boolean flag; default is False</p>
|
||||||
|
<p>Use the TabStop to allow or disallow access to the control using the Tab key.</p>
|
||||||
|
<p>If <i>TabStop</i> is True, the control is in the tab order. If <i>TabStop</i> is False, the control is not in the tab order and the user can't use the Tab key to move to the control.</p>
|
||||||
|
</descr>
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: public -->
|
<!-- property Visibility: public -->
|
||||||
<element name="TWinControl.OnDockDrop">
|
<element name="TWinControl.OnDockDrop">
|
||||||
|
@ -3971,45 +3971,27 @@ Indicates how text is displayed in a text editing control.</p>
|
|||||||
<element name="TCustomEdit.Create.AOwner"><short/></element>
|
<element name="TCustomEdit.Create.AOwner"><short/></element>
|
||||||
<!-- procedure Visibility: public -->
|
<!-- procedure Visibility: public -->
|
||||||
<element name="TCustomEdit.Clear">
|
<element name="TCustomEdit.Clear">
|
||||||
<short/>
|
<short><i>Clear </i>- delete all text</short>
|
||||||
<descr/>
|
|
||||||
<errors/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
</element>
|
||||||
<!-- procedure Visibility: public -->
|
<!-- procedure Visibility: public -->
|
||||||
<element name="TCustomEdit.SelectAll">
|
<element name="TCustomEdit.SelectAll">
|
||||||
<short/>
|
<short><i>SelectAll</i> text, for example in order to copy or delete it</short>
|
||||||
<descr/>
|
|
||||||
<errors/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
</element>
|
||||||
<!-- procedure Visibility: public -->
|
<!-- procedure Visibility: public -->
|
||||||
<element name="TCustomEdit.ClearSelection">
|
<element name="TCustomEdit.ClearSelection">
|
||||||
<short/>
|
<short><i>ClearSelection</i> - delete all characters in selected text</short>
|
||||||
<descr/>
|
|
||||||
<errors/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
</element>
|
||||||
<!-- procedure Visibility: public -->
|
<!-- procedure Visibility: public -->
|
||||||
<element name="TCustomEdit.CopyToClipboard">
|
<element name="TCustomEdit.CopyToClipboard">
|
||||||
<short/>
|
<short><i>CopyToClipboard</i> - put a copy of the selection on the clipboard, while leaving the original text in place</short>
|
||||||
<descr/>
|
|
||||||
<errors/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
</element>
|
||||||
<!-- procedure Visibility: public -->
|
<!-- procedure Visibility: public -->
|
||||||
<element name="TCustomEdit.CutToClipboard">
|
<element name="TCustomEdit.CutToClipboard">
|
||||||
<short/>
|
<short><i>CutToClipboard</i> - remove the selected text from its original location and put it on the clipboard</short>
|
||||||
<descr/>
|
|
||||||
<errors/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
</element>
|
||||||
<!-- procedure Visibility: public -->
|
<!-- procedure Visibility: public -->
|
||||||
<element name="TCustomEdit.PasteFromClipboard">
|
<element name="TCustomEdit.PasteFromClipboard">
|
||||||
<short/>
|
<short><i>PasteFromClipboard </i>- put a copy of the clipboard contents at the current writing position</short>
|
||||||
<descr/>
|
|
||||||
<errors/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: public -->
|
<!-- property Visibility: public -->
|
||||||
<element name="TCustomEdit.BorderStyle">
|
<element name="TCustomEdit.BorderStyle">
|
||||||
@ -4164,10 +4146,7 @@ Indicates how text is displayed in a text editing control.</p>
|
|||||||
</element>
|
</element>
|
||||||
<!-- object Visibility: default -->
|
<!-- object Visibility: default -->
|
||||||
<element name="TCustomMemo">
|
<element name="TCustomMemo">
|
||||||
<short>Custom Memo</short>
|
<short><i>TCustomMemo</i>: the base class for <i>TMemo</i></short>
|
||||||
<descr>Custom Memo: the base type from which Memo is derived</descr>
|
|
||||||
<errors/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
</element>
|
||||||
<!-- variable Visibility: private -->
|
<!-- variable Visibility: private -->
|
||||||
<element name="TCustomMemo.FAlignment">
|
<element name="TCustomMemo.FAlignment">
|
||||||
@ -4413,24 +4392,18 @@ Indicates how text is displayed in a text editing control.</p>
|
|||||||
</element>
|
</element>
|
||||||
<!-- procedure Visibility: public -->
|
<!-- procedure Visibility: public -->
|
||||||
<element name="TCustomMemo.Append">
|
<element name="TCustomMemo.Append">
|
||||||
<short/>
|
<short><i>Append</i> - procedure for adding a text string to the Memo</short>
|
||||||
<descr/>
|
|
||||||
<errors/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
</element>
|
||||||
<!-- argument Visibility: default -->
|
<!-- argument Visibility: default -->
|
||||||
<element name="TCustomMemo.Append.Value"><short/></element>
|
<element name="TCustomMemo.Append.Value"><short/></element>
|
||||||
<!-- property Visibility: public -->
|
<!-- property Visibility: public -->
|
||||||
<element name="TCustomMemo.Alignment">
|
<element name="TCustomMemo.Alignment">
|
||||||
<short/>
|
<short><i>Alignment </i> - whether text is centered, left- or right-justified</short>
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: public -->
|
<!-- property Visibility: public -->
|
||||||
<element name="TCustomMemo.Lines">
|
<element name="TCustomMemo.Lines">
|
||||||
<short>Lines</short>
|
<short><i>Lines</i> : an array of strings (single lines of characters) which contains the text held or being entered in the Memo</short>
|
||||||
<descr>Lines: an array of strings (representing single lines of characters) which contains the textual material held or being entered in the Memo. The array is zero-indexed, ie the strings are numbered [0..numLines-1]</descr>
|
<descr><i>Lines</i>: an array of strings (representing single lines of characters) which contains the textual material held or being entered in the Memo. The array is zero-indexed, ie the strings are numbered [0..numLines-1]</descr>
|
||||||
<seealso/>
|
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: public -->
|
<!-- property Visibility: public -->
|
||||||
<element name="TCustomMemo.HorzScrollBar">
|
<element name="TCustomMemo.HorzScrollBar">
|
||||||
@ -4446,9 +4419,7 @@ Indicates how text is displayed in a text editing control.</p>
|
|||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: public -->
|
<!-- property Visibility: public -->
|
||||||
<element name="TCustomMemo.ScrollBars">
|
<element name="TCustomMemo.ScrollBars">
|
||||||
<short/>
|
<short>Whether the <i>Memo </i>has <i>ScrollBars</i> - none, horizontal or vertical or both, or automatically placed if needed</short>
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: public -->
|
<!-- property Visibility: public -->
|
||||||
<element name="TCustomMemo.WantReturns">
|
<element name="TCustomMemo.WantReturns">
|
||||||
@ -4464,9 +4435,8 @@ Indicates how text is displayed in a text editing control.</p>
|
|||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: public -->
|
<!-- property Visibility: public -->
|
||||||
<element name="TCustomMemo.WordWrap">
|
<element name="TCustomMemo.WordWrap">
|
||||||
<short>Word Wrap</short>
|
<short>Is <i>WordWrap</i> enabled, allowing long words to be carried on to the next line?</short>
|
||||||
<descr>Word Wrap: a logical flag to show whether or not word-wrap is enabled, ie if a word is close to the end of a line and is going to be too long for the line, it is wrapped down to the next line</descr>
|
<descr>Word Wrap: a logical flag to show whether or not word-wrap is enabled, ie if a word is close to the end of a line and is going to be too long for the line, it is wrapped down to the next line</descr>
|
||||||
<seealso/>
|
|
||||||
</element>
|
</element>
|
||||||
<!-- object Visibility: default -->
|
<!-- object Visibility: default -->
|
||||||
<element name="TEdit">
|
<element name="TEdit">
|
||||||
@ -4645,8 +4615,11 @@ Indicates how text is displayed in a text editing control.</p>
|
|||||||
<element name="TEdit.Visible"/>
|
<element name="TEdit.Visible"/>
|
||||||
<!-- object Visibility: default -->
|
<!-- object Visibility: default -->
|
||||||
<element name="TMemo">
|
<element name="TMemo">
|
||||||
<short>Memo Box</short>
|
<short><i>TMemo</i> - a box for entry or display of multiple lines of text</short>
|
||||||
<descr>Memo box: for entry or display of multiple lines of text.</descr>
|
<descr>
|
||||||
|
<p><i>TMemo</i> - a box for entry or display of multiple lines of text.</p>
|
||||||
|
<p>The textual data is held as an array of strings in <i>Lines</i>, where it can be edited</p>
|
||||||
|
</descr>
|
||||||
<seealso><link id="HowToUseStdCtrls"/></seealso>
|
<seealso><link id="HowToUseStdCtrls"/></seealso>
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
@ -4716,11 +4689,7 @@ Indicates how text is displayed in a text editing control.</p>
|
|||||||
<seealso/>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TMemo.Lines">
|
<element name="TMemo.Lines"/>
|
||||||
<short>Lines</short>
|
|
||||||
<descr>Lines: an array of strings (representing single lines of characters) which contains the textual material held or being entered in the Memo.</descr>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TMemo.MaxLength">
|
<element name="TMemo.MaxLength">
|
||||||
<short>Max Length</short>
|
<short>Max Length</short>
|
||||||
@ -4915,24 +4884,10 @@ Indicates how text is displayed in a text editing control.</p>
|
|||||||
<element name="TStaticBorderStyle.sbsSunken"><short/></element>
|
<element name="TStaticBorderStyle.sbsSunken"><short/></element>
|
||||||
<!-- object Visibility: default -->
|
<!-- object Visibility: default -->
|
||||||
<element name="TCustomStaticText">
|
<element name="TCustomStaticText">
|
||||||
<short>Custom Static Text</short>
|
<short><i>TCustomStaticText</i>: the base class for <i>Static Text</i></short>
|
||||||
<descr>Custom Static Text: the base type from which Static Text is derived.</descr>
|
|
||||||
<errors/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
</element>
|
||||||
<!-- variable Visibility: private -->
|
<!-- variable Visibility: private -->
|
||||||
<element name="TCustomStaticText.FAlignment">
|
<element name="TCustomStaticText.FAlignment"/>
|
||||||
<short>FAutoSelected: Boolean</short>
|
|
||||||
<descr>Private variable for property AutoSelected.
|
|
||||||
|
|
||||||
True indicate that the edit or combobox control has just performed
|
|
||||||
an AutoSelect operation so that subsequent mouse-clicks and keystrokes
|
|
||||||
proceeds normally without selecting the text.
|
|
||||||
|
|
||||||
False is set when the edit or combobox control looses focus.
|
|
||||||
</descr>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- variable Visibility: private -->
|
<!-- variable Visibility: private -->
|
||||||
<element name="TCustomStaticText.FFocusControl">
|
<element name="TCustomStaticText.FFocusControl">
|
||||||
<short/>
|
<short/>
|
||||||
@ -5056,9 +5011,7 @@ False is set when the edit or combobox control looses focus.
|
|||||||
<element name="TCustomStaticText.Create.AOwner"><short/></element>
|
<element name="TCustomStaticText.Create.AOwner"><short/></element>
|
||||||
<!-- property Visibility: public -->
|
<!-- property Visibility: public -->
|
||||||
<element name="TCustomStaticText.Alignment">
|
<element name="TCustomStaticText.Alignment">
|
||||||
<short/>
|
<short><i>Alignment </i> - whether text is centered, left- or right-justified</short>
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: public -->
|
<!-- property Visibility: public -->
|
||||||
<element name="TCustomStaticText.BorderStyle">
|
<element name="TCustomStaticText.BorderStyle">
|
||||||
@ -5074,14 +5027,19 @@ False is set when the edit or combobox control looses focus.
|
|||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: public -->
|
<!-- property Visibility: public -->
|
||||||
<element name="TCustomStaticText.ShowAccelChar">
|
<element name="TCustomStaticText.ShowAccelChar">
|
||||||
<short/>
|
<short><i>ShowAccelChar</i> - underline the character in the static text that acts as an accelerator with a shortcut key</short>
|
||||||
<descr/>
|
<descr>
|
||||||
<seealso/>
|
<p><i>ShowAccelChar</i> - underline the character in the static text that acts as an accelerator with a shortcut key</p>
|
||||||
|
<p>Boolean property - default True</p>
|
||||||
|
</descr>
|
||||||
</element>
|
</element>
|
||||||
<!-- object Visibility: default -->
|
<!-- object Visibility: default -->
|
||||||
<element name="TStaticText">
|
<element name="TStaticText">
|
||||||
<short>Static Text</short>
|
<short><i>TStaticText</i>: a box to display a Constant Text String</short>
|
||||||
<descr>Static Text: a box to display a Constant Text String</descr>
|
<descr>
|
||||||
|
<p><i>TStaticText</i>: a box to display a Constant Text String</p>
|
||||||
|
<p>Use this control to display a statement or comment that is not likely to change very often, or is not usually responsive to user actions</p>
|
||||||
|
</descr>
|
||||||
<seealso><link id="HowToUseStdCtrls"/></seealso>
|
<seealso><link id="HowToUseStdCtrls"/></seealso>
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
@ -5284,10 +5242,7 @@ False is set when the edit or combobox control looses focus.
|
|||||||
</element>
|
</element>
|
||||||
<!-- object Visibility: default -->
|
<!-- object Visibility: default -->
|
||||||
<element name="TButtonControl">
|
<element name="TButtonControl">
|
||||||
<short>Button Control</short>
|
<short><i>TButtonControl</i>: ancestor class for several Button (including Radio Button) and Check Box classes</short>
|
||||||
<descr>Button Control: Base Type for the Button (including Radio Button) and Check Box types ;</descr>
|
|
||||||
<errors/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
</element>
|
||||||
<!-- variable Visibility: private -->
|
<!-- variable Visibility: private -->
|
||||||
<element name="TButtonControl.FClicksDisabled">
|
<element name="TButtonControl.FClicksDisabled">
|
||||||
@ -5358,10 +5313,11 @@ False is set when the edit or combobox control looses focus.
|
|||||||
</element>
|
</element>
|
||||||
<!-- procedure Visibility: protected -->
|
<!-- procedure Visibility: protected -->
|
||||||
<element name="TButtonControl.Click">
|
<element name="TButtonControl.Click">
|
||||||
<short/>
|
<short><i>Click </i>- the procedure which allows programmatic simulation of a mouse click</short>
|
||||||
<descr/>
|
<descr>
|
||||||
<errors/>
|
<p><i>Click </i>- the procedure which allows programmatic simulation of a mouse click, and thus activation of the <i>Action</i> associated with the <i>OnClick</i> event
|
||||||
<seealso/>
|
</p>
|
||||||
|
</descr>
|
||||||
</element>
|
</element>
|
||||||
<!-- function Visibility: protected -->
|
<!-- function Visibility: protected -->
|
||||||
<element name="TButtonControl.ColorIsStored">
|
<element name="TButtonControl.ColorIsStored">
|
||||||
@ -5381,9 +5337,7 @@ False is set when the edit or combobox control looses focus.
|
|||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: protected -->
|
<!-- property Visibility: protected -->
|
||||||
<element name="TButtonControl.Checked">
|
<element name="TButtonControl.Checked">
|
||||||
<short/>
|
<short><i>Checked</i> - whether this button has been checked, which signifies selection</short>
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: protected -->
|
<!-- property Visibility: protected -->
|
||||||
<element name="TButtonControl.ClicksDisabled">
|
<element name="TButtonControl.ClicksDisabled">
|
||||||
@ -5460,14 +5414,7 @@ False is set when the edit or combobox control looses focus.
|
|||||||
</element>
|
</element>
|
||||||
<!-- object Visibility: default -->
|
<!-- object Visibility: default -->
|
||||||
<element name="TCustomButton">
|
<element name="TCustomButton">
|
||||||
<short>
|
<short><i>TCustomButton</i> - the base class for <i>TButton</i> and <i>TBitBtn</i></short>
|
||||||
<i>TCustomButton</i>
|
|
||||||
</short>
|
|
||||||
<descr>
|
|
||||||
<i>TCustomButton</i>
|
|
||||||
</descr>
|
|
||||||
<errors/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
</element>
|
||||||
<!-- variable Visibility: private -->
|
<!-- variable Visibility: private -->
|
||||||
<element name="TCustomButton.FCancel">
|
<element name="TCustomButton.FCancel">
|
||||||
@ -5701,9 +5648,7 @@ False is set when the edit or combobox control looses focus.
|
|||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: public -->
|
<!-- property Visibility: public -->
|
||||||
<element name="TCustomButton.Active">
|
<element name="TCustomButton.Active">
|
||||||
<short/>
|
<short>Is this control <i>Active </i>- has it got Focus; is the mouse over it?</short>
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: public -->
|
<!-- property Visibility: public -->
|
||||||
<element name="TCustomButton.Default">
|
<element name="TCustomButton.Default">
|
||||||
@ -5967,9 +5912,8 @@ False is set when the edit or combobox control looses focus.
|
|||||||
</element>
|
</element>
|
||||||
<!-- object Visibility: default -->
|
<!-- object Visibility: default -->
|
||||||
<element name="TCustomCheckBox">
|
<element name="TCustomCheckBox">
|
||||||
<short>TCustomCheckBox is the ancestor of all check-box components.</short>
|
<short><i>TCustomCheckBox </i>is the ancestor of all check-box components.</short>
|
||||||
<descr>Custom Check Box: The base (abstract) class from which the TCheckBox is derived. Check boxes present the user with options that can be selected (checked) or deselected (unchecked).</descr>
|
<descr><p><i>TCustomCheckBox</i>: The base (abstract) class from which the <i>TCheckBox </i>is derived</p>. <p>Check boxes present the user with options that can be selected (checked) or deselected (unchecked).</p></descr>
|
||||||
<errors/>
|
|
||||||
<seealso><link id="TCheckBox"/></seealso>
|
<seealso><link id="TCheckBox"/></seealso>
|
||||||
</element>
|
</element>
|
||||||
<!-- variable Visibility: private -->
|
<!-- variable Visibility: private -->
|
||||||
@ -6135,24 +6079,24 @@ False is set when the edit or combobox control looses focus.
|
|||||||
<!-- property Visibility: public -->
|
<!-- property Visibility: public -->
|
||||||
<element name="TCustomCheckBox.AllowGrayed">
|
<element name="TCustomCheckBox.AllowGrayed">
|
||||||
<short>Determines whether the check box can be in a "grayed" state.</short>
|
<short>Determines whether the check box can be in a "grayed" state.</short>
|
||||||
<descr>If AllowGrayed is set to True, the check box has three possible states: checked, unchecked and grayed. If AllowGrayed is set to False, the check box has only two possible states: checked and unchecked.</descr>
|
<descr>
|
||||||
<seealso/>
|
<p>If <i>AllowGrayed</i> is set to True, the check box has three possible states: checked, unchecked and grayed. If <i>AllowGrayed</i> is set to False, the check box has only two possible states: checked and unchecked.</p>
|
||||||
|
</descr>
|
||||||
<example file="stdctrls/tcustomcheckbox_allowgrayed.pas"/>
|
<example file="stdctrls/tcustomcheckbox_allowgrayed.pas"/>
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: public -->
|
<!-- property Visibility: public -->
|
||||||
<element name="TCustomCheckBox.State">
|
<element name="TCustomCheckBox.State">
|
||||||
<short>Indicates whether the check box is selected, deselected or grayed.</short>
|
<short>Indicates whether the check box is checked (selected), unchecked (deselected) or grayed.</short>
|
||||||
<descr>See TCheckBoxState for possible values of State.</descr>
|
<descr>
|
||||||
<seealso/>
|
<p>See <link id="#lcl.StdCtrls.TCheckBoxState">TCheckBoxState</link> for possible values of <i>State</i>.</p>
|
||||||
|
</descr>
|
||||||
<example file="stdctrls/tcustomcheckbox_allowgrayed.pas"/>
|
<example file="stdctrls/tcustomcheckbox_allowgrayed.pas"/>
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: public -->
|
<!-- property Visibility: public -->
|
||||||
<element name="TCustomCheckBox.TabStop">
|
<element name="TCustomCheckBox.TabStop">
|
||||||
<short>Determines if the user can tab to a control.</short>
|
|
||||||
<descr>Use the TabStop to allow or disallow access to the control using the Tab key.
|
<descr>Use the TabStop to allow or disallow access to the control using the Tab key.
|
||||||
|
|
||||||
If the TabStop is True, the control is in the tab order. If TabStop is False, the control is not in the tab order and the user can't press the Tab key to move to the control.</descr>
|
If the TabStop is True, the control is in the tab order. If TabStop is False, the control is not in the tab order and the user can't press the Tab key to move to the control.</descr>
|
||||||
<seealso/>
|
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: public -->
|
<!-- property Visibility: public -->
|
||||||
<element name="TCustomCheckBox.UseOnChange">
|
<element name="TCustomCheckBox.UseOnChange">
|
||||||
@ -6179,9 +6123,7 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th
|
|||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TCheckBox.Align"/>
|
<element name="TCheckBox.Align"/>
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TCheckBox.AllowGrayed">
|
<element name="TCheckBox.AllowGrayed"/>
|
||||||
<short><i>AllowGrayed</i>: a flag to show whether the box is allowed to be Greyed out</short>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TCheckBox.Anchors"/>
|
<element name="TCheckBox.Anchors"/>
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
@ -6360,8 +6302,11 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th
|
|||||||
<element name="TCheckBox.Visible"/>
|
<element name="TCheckBox.Visible"/>
|
||||||
<!-- object Visibility: default -->
|
<!-- object Visibility: default -->
|
||||||
<element name="TToggleBox">
|
<element name="TToggleBox">
|
||||||
<short>Toggle Box</short>
|
<short><i>TToggle Box</i>: a labelled box capable of being checked or unchecked</short>
|
||||||
<descr>Toggle Box: a labelled box capable of being checked (when it becomes recessed) or unchecked (when it is raised).</descr>
|
<descr>
|
||||||
|
<p><i>TToggle Box</i>: a labelled box capable of being checked (when it becomes recessed) or unchecked (when it is raised).</p>
|
||||||
|
<p>The Application Programmer is responsible for ensuring that the <i>OnClick</i> event handler recognises the <i>State</i> of the box, takes the appropriate <i>Action</i> and places the <i>State</i> into the next appropriate value</p>
|
||||||
|
</descr>
|
||||||
<seealso><link id="HowToUseStdCtrls"/></seealso>
|
<seealso><link id="HowToUseStdCtrls"/></seealso>
|
||||||
</element>
|
</element>
|
||||||
<!-- constructor Visibility: public -->
|
<!-- constructor Visibility: public -->
|
||||||
@ -6555,8 +6500,11 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th
|
|||||||
</element>
|
</element>
|
||||||
<!-- object Visibility: default -->
|
<!-- object Visibility: default -->
|
||||||
<element name="TRadioButton">
|
<element name="TRadioButton">
|
||||||
<short>Radio Button</short>
|
<short><i>TRadioButton</i>: a button that works with other Radio Buttons in a mutually exclusive way - if one button is selected, none of the others in the group can be selected</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.</descr>
|
<descr>
|
||||||
|
<p><i>TRadioButton</i>: a button that 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.</p>
|
||||||
|
<p>The Application Programmer is responsible for ensuring that the <i>OnClick</i> event handler for each button has a unique <i>Action</i>, and that the Actions of the other (deselected and therefore inactive) buttons are turned off.</p>
|
||||||
|
</descr>
|
||||||
<seealso><link id="HowToUseStdCtrls"/></seealso>
|
<seealso><link id="HowToUseStdCtrls"/></seealso>
|
||||||
</element>
|
</element>
|
||||||
<!-- function Visibility: protected -->
|
<!-- function Visibility: protected -->
|
||||||
@ -7105,15 +7053,11 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th
|
|||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: protected -->
|
<!-- property Visibility: protected -->
|
||||||
<element name="TCustomLabel.Alignment">
|
<element name="TCustomLabel.Alignment">
|
||||||
<short/>
|
<short><i>Alignment </i>- whether text is centered, left- or right-justified</short>
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: protected -->
|
<!-- property Visibility: protected -->
|
||||||
<element name="TCustomLabel.FocusControl">
|
<element name="TCustomLabel.FocusControl">
|
||||||
<short/>
|
<short><i>FocusControl</i> - whether this control has focus</short>
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: protected -->
|
<!-- property Visibility: protected -->
|
||||||
<element name="TCustomLabel.Layout">
|
<element name="TCustomLabel.Layout">
|
||||||
@ -7129,9 +7073,7 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th
|
|||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: protected -->
|
<!-- property Visibility: protected -->
|
||||||
<element name="TCustomLabel.Transparent">
|
<element name="TCustomLabel.Transparent">
|
||||||
<short/>
|
<short><i>Transparent </i>- whether the viewer can see through the control. Default True</short>
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: protected -->
|
<!-- property Visibility: protected -->
|
||||||
<element name="TCustomLabel.WordWrap">
|
<element name="TCustomLabel.WordWrap">
|
||||||
@ -7143,9 +7085,7 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th
|
|||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: protected -->
|
<!-- property Visibility: protected -->
|
||||||
<element name="TCustomLabel.OptimalFill">
|
<element name="TCustomLabel.OptimalFill">
|
||||||
<short/>
|
<short><i>OptimalFill </i>- boolean. If True, font size is adjusted for optimal fill of available space</short>
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
</element>
|
||||||
<!-- constructor Visibility: public -->
|
<!-- constructor Visibility: public -->
|
||||||
<element name="TCustomLabel.Create">
|
<element name="TCustomLabel.Create">
|
||||||
@ -7216,16 +7156,11 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th
|
|||||||
</element>
|
</element>
|
||||||
<!-- object Visibility: default -->
|
<!-- object Visibility: default -->
|
||||||
<element name="TLabel">
|
<element name="TLabel">
|
||||||
<short>Label</short>
|
<short><i>TLabel</i>: a brief text label to be placed in the Form near any object that needs to be identified.</short>
|
||||||
<descr>Label: a brief text label to be placed in the Form near any object that needs to be identified.</descr>
|
|
||||||
<seealso><link id="HowToUseStdCtrls"/></seealso>
|
<seealso><link id="HowToUseStdCtrls"/></seealso>
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TLabel.Align">
|
<element name="TLabel.Align"/>
|
||||||
<short>Align</short>
|
|
||||||
<descr>Align: Is used to align a Control component to a border of a parent control.</descr>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TLabel.Alignment">
|
<element name="TLabel.Alignment">
|
||||||
<short/>
|
<short/>
|
||||||
@ -7233,11 +7168,7 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th
|
|||||||
<seealso/>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TLabel.Anchors">
|
<element name="TLabel.Anchors"/>
|
||||||
<short>Anchors</short>
|
|
||||||
<descr>Anchors: keep the edges of a control component a defined distance from certain borders of the parent control.</descr>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TLabel.AutoSize">
|
<element name="TLabel.AutoSize">
|
||||||
<short/>
|
<short/>
|
||||||
@ -7257,11 +7188,7 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th
|
|||||||
<seealso/>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TLabel.Caption">
|
<element name="TLabel.Caption"/>
|
||||||
<short>Caption</short>
|
|
||||||
<descr>Caption - the text string that represents the contents of the label</descr>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TLabel.Color">
|
<element name="TLabel.Color">
|
||||||
<short/>
|
<short/>
|
||||||
@ -7269,11 +7196,7 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th
|
|||||||
<seealso/>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TLabel.Constraints">
|
<element name="TLabel.Constraints"/>
|
||||||
<short>Constraints</short>
|
|
||||||
<descr>Constraints: Sets the minimum and maximum sizes for a control. </descr>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TLabel.DragCursor">
|
<element name="TLabel.DragCursor">
|
||||||
<short/>
|
<short/>
|
||||||
@ -7359,29 +7282,13 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th
|
|||||||
<seealso/>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TLabel.Visible">
|
<element name="TLabel.Visible"/>
|
||||||
<short>Visible</short>
|
|
||||||
<descr>Visible - determines whether or not the control can be seen</descr>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TLabel.WordWrap">
|
<element name="TLabel.WordWrap"/>
|
||||||
<short>Word Wrap</short>
|
|
||||||
<descr>Word Wrap: a logical flag to show whether or not word-wrap is enabled, ie if a word is near the end of a line and is going to be too long for the line, it is wrapped down to the next line</descr>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TLabel.OnClick">
|
<element name="TLabel.OnClick"/>
|
||||||
<short>On Click</short>
|
|
||||||
<descr>On Click - Action to be taken when the mouse button is clicked with the cursor over this control. User-defined Procedure</descr>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TLabel.OnDblClick">
|
<element name="TLabel.OnDblClick"/>
|
||||||
<short>On Double-click</short>
|
|
||||||
<descr>On Double-click - Action to be taken when the mouse button is double-clicked with the cursor over this control. </descr>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TLabel.OnDragDrop">
|
<element name="TLabel.OnDragDrop">
|
||||||
<short/>
|
<short/>
|
||||||
@ -7401,47 +7308,19 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th
|
|||||||
<seealso/>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TLabel.OnMouseDown">
|
<element name="TLabel.OnMouseDown"/>
|
||||||
<short>On Mouse Down - Action</short>
|
|
||||||
<descr>On Mouse Down - Action to be taken if the mouse button is down while focus is in this control. </descr>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TLabel.OnMouseMove">
|
<element name="TLabel.OnMouseMove"/>
|
||||||
<short>On Mouse Movement - Action</short>
|
|
||||||
<descr>On Mouse Movement - Action to be taken if the mouse cursor moves while within the bounds of this control. User-defined Procedure</descr>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TLabel.OnMouseUp">
|
<element name="TLabel.OnMouseUp"/>
|
||||||
<short>On Mouse Up</short>
|
|
||||||
<descr>On Mouse Up - Action to be taken if the mouse button is up while the cursor is over this control. </descr>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TLabel.OnMouseEnter">
|
<element name="TLabel.OnMouseEnter"/>
|
||||||
<short>On Mouse Entry</short>
|
|
||||||
<descr>On Mouse Entry - Action to be taken when the mouse cursor enters the bounds of this control. User-defined Procedure</descr>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TLabel.OnMouseLeave">
|
<element name="TLabel.OnMouseLeave"/>
|
||||||
<short>On Mouse Leaving</short>
|
|
||||||
<descr>On Mouse Leaving - Action to be taken when the mouse cursor leaves the boundaries of this control. User-defined Procedure.</descr>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TLabel.OnChangeBounds">
|
<element name="TLabel.OnChangeBounds"/>
|
||||||
<short>On Change Bounds</short>
|
|
||||||
<descr>On Change Bounds - Action to be taken if any of the bounds of the control are changed. </descr>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TLabel.OnResize">
|
<element name="TLabel.OnResize"/>
|
||||||
<short>On Resize - Action</short>
|
|
||||||
<descr>On Resize - Action to be taken when the control is resized. Might include re-alignment of text or selection of a different font size etc. User-defined Procedure</descr>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TLabel.OnStartDrag">
|
<element name="TLabel.OnStartDrag">
|
||||||
<short/>
|
<short/>
|
||||||
|
Loading…
Reference in New Issue
Block a user