mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 19:40:06 +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>
|
||||
<!-- procedure Visibility: protected -->
|
||||
<element name="TControl.Click">
|
||||
<short/>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<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>
|
||||
</element>
|
||||
<!-- procedure Visibility: protected -->
|
||||
<element name="TControl.DblClick">
|
||||
@ -8545,8 +8542,12 @@ Properties are defined in the parent class <link id="#lcl.Menus.TPopupMenu">TPop
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TWinControl.TabStop">
|
||||
<short>Determines if the user can tab to a control.</short>
|
||||
<descr>Reads or writes boolean flag; default is False</descr>
|
||||
<short><i>TabStop</i> - determines if the user can tab to a control.</short>
|
||||
<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>
|
||||
<!-- property Visibility: public -->
|
||||
<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>
|
||||
<!-- procedure Visibility: public -->
|
||||
<element name="TCustomEdit.Clear">
|
||||
<short/>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<short><i>Clear </i>- delete all text</short>
|
||||
</element>
|
||||
<!-- procedure Visibility: public -->
|
||||
<element name="TCustomEdit.SelectAll">
|
||||
<short/>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<short><i>SelectAll</i> text, for example in order to copy or delete it</short>
|
||||
</element>
|
||||
<!-- procedure Visibility: public -->
|
||||
<element name="TCustomEdit.ClearSelection">
|
||||
<short/>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<short><i>ClearSelection</i> - delete all characters in selected text</short>
|
||||
</element>
|
||||
<!-- procedure Visibility: public -->
|
||||
<element name="TCustomEdit.CopyToClipboard">
|
||||
<short/>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<short><i>CopyToClipboard</i> - put a copy of the selection on the clipboard, while leaving the original text in place</short>
|
||||
</element>
|
||||
<!-- procedure Visibility: public -->
|
||||
<element name="TCustomEdit.CutToClipboard">
|
||||
<short/>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<short><i>CutToClipboard</i> - remove the selected text from its original location and put it on the clipboard</short>
|
||||
</element>
|
||||
<!-- procedure Visibility: public -->
|
||||
<element name="TCustomEdit.PasteFromClipboard">
|
||||
<short/>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<short><i>PasteFromClipboard </i>- put a copy of the clipboard contents at the current writing position</short>
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TCustomEdit.BorderStyle">
|
||||
@ -4164,10 +4146,7 @@ Indicates how text is displayed in a text editing control.</p>
|
||||
</element>
|
||||
<!-- object Visibility: default -->
|
||||
<element name="TCustomMemo">
|
||||
<short>Custom Memo</short>
|
||||
<descr>Custom Memo: the base type from which Memo is derived</descr>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<short><i>TCustomMemo</i>: the base class for <i>TMemo</i></short>
|
||||
</element>
|
||||
<!-- variable Visibility: private -->
|
||||
<element name="TCustomMemo.FAlignment">
|
||||
@ -4413,24 +4392,18 @@ Indicates how text is displayed in a text editing control.</p>
|
||||
</element>
|
||||
<!-- procedure Visibility: public -->
|
||||
<element name="TCustomMemo.Append">
|
||||
<short/>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<short><i>Append</i> - procedure for adding a text string to the Memo</short>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
<element name="TCustomMemo.Append.Value"><short/></element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TCustomMemo.Alignment">
|
||||
<short/>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
<short><i>Alignment </i> - whether text is centered, left- or right-justified</short>
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TCustomMemo.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. The array is zero-indexed, ie the strings are numbered [0..numLines-1]</descr>
|
||||
<seealso/>
|
||||
<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><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>
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TCustomMemo.HorzScrollBar">
|
||||
@ -4446,9 +4419,7 @@ Indicates how text is displayed in a text editing control.</p>
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TCustomMemo.ScrollBars">
|
||||
<short/>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
<short>Whether the <i>Memo </i>has <i>ScrollBars</i> - none, horizontal or vertical or both, or automatically placed if needed</short>
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TCustomMemo.WantReturns">
|
||||
@ -4464,9 +4435,8 @@ Indicates how text is displayed in a text editing control.</p>
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<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>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- object Visibility: default -->
|
||||
<element name="TEdit">
|
||||
@ -4645,8 +4615,11 @@ Indicates how text is displayed in a text editing control.</p>
|
||||
<element name="TEdit.Visible"/>
|
||||
<!-- object Visibility: default -->
|
||||
<element name="TMemo">
|
||||
<short>Memo Box</short>
|
||||
<descr>Memo box: for entry or display of multiple lines of text.</descr>
|
||||
<short><i>TMemo</i> - a box for entry or display of multiple lines of text</short>
|
||||
<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>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
@ -4716,11 +4689,7 @@ Indicates how text is displayed in a text editing control.</p>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<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>
|
||||
<element name="TMemo.Lines"/>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TMemo.MaxLength">
|
||||
<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>
|
||||
<!-- object Visibility: default -->
|
||||
<element name="TCustomStaticText">
|
||||
<short>Custom Static Text</short>
|
||||
<descr>Custom Static Text: the base type from which Static Text is derived.</descr>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<short><i>TCustomStaticText</i>: the base class for <i>Static Text</i></short>
|
||||
</element>
|
||||
<!-- variable Visibility: private -->
|
||||
<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>
|
||||
<element name="TCustomStaticText.FAlignment"/>
|
||||
<!-- variable Visibility: private -->
|
||||
<element name="TCustomStaticText.FFocusControl">
|
||||
<short/>
|
||||
@ -5056,9 +5011,7 @@ False is set when the edit or combobox control looses focus.
|
||||
<element name="TCustomStaticText.Create.AOwner"><short/></element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TCustomStaticText.Alignment">
|
||||
<short/>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
<short><i>Alignment </i> - whether text is centered, left- or right-justified</short>
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TCustomStaticText.BorderStyle">
|
||||
@ -5074,14 +5027,19 @@ False is set when the edit or combobox control looses focus.
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TCustomStaticText.ShowAccelChar">
|
||||
<short/>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
<short><i>ShowAccelChar</i> - underline the character in the static text that acts as an accelerator with a shortcut key</short>
|
||||
<descr>
|
||||
<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>
|
||||
<!-- object Visibility: default -->
|
||||
<element name="TStaticText">
|
||||
<short>Static Text</short>
|
||||
<descr>Static Text: a box to display a Constant Text String</descr>
|
||||
<short><i>TStaticText</i>: a box to display a Constant Text String</short>
|
||||
<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>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
@ -5284,10 +5242,7 @@ False is set when the edit or combobox control looses focus.
|
||||
</element>
|
||||
<!-- object Visibility: default -->
|
||||
<element name="TButtonControl">
|
||||
<short>Button Control</short>
|
||||
<descr>Button Control: Base Type for the Button (including Radio Button) and Check Box types ;</descr>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<short><i>TButtonControl</i>: ancestor class for several Button (including Radio Button) and Check Box classes</short>
|
||||
</element>
|
||||
<!-- variable Visibility: private -->
|
||||
<element name="TButtonControl.FClicksDisabled">
|
||||
@ -5358,10 +5313,11 @@ False is set when the edit or combobox control looses focus.
|
||||
</element>
|
||||
<!-- procedure Visibility: protected -->
|
||||
<element name="TButtonControl.Click">
|
||||
<short/>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<short><i>Click </i>- the procedure which allows programmatic simulation of a mouse click</short>
|
||||
<descr>
|
||||
<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
|
||||
</p>
|
||||
</descr>
|
||||
</element>
|
||||
<!-- function Visibility: protected -->
|
||||
<element name="TButtonControl.ColorIsStored">
|
||||
@ -5381,9 +5337,7 @@ False is set when the edit or combobox control looses focus.
|
||||
</element>
|
||||
<!-- property Visibility: protected -->
|
||||
<element name="TButtonControl.Checked">
|
||||
<short/>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
<short><i>Checked</i> - whether this button has been checked, which signifies selection</short>
|
||||
</element>
|
||||
<!-- property Visibility: protected -->
|
||||
<element name="TButtonControl.ClicksDisabled">
|
||||
@ -5460,14 +5414,7 @@ False is set when the edit or combobox control looses focus.
|
||||
</element>
|
||||
<!-- object Visibility: default -->
|
||||
<element name="TCustomButton">
|
||||
<short>
|
||||
<i>TCustomButton</i>
|
||||
</short>
|
||||
<descr>
|
||||
<i>TCustomButton</i>
|
||||
</descr>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
<short><i>TCustomButton</i> - the base class for <i>TButton</i> and <i>TBitBtn</i></short>
|
||||
</element>
|
||||
<!-- variable Visibility: private -->
|
||||
<element name="TCustomButton.FCancel">
|
||||
@ -5701,9 +5648,7 @@ False is set when the edit or combobox control looses focus.
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TCustomButton.Active">
|
||||
<short/>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
<short>Is this control <i>Active </i>- has it got Focus; is the mouse over it?</short>
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TCustomButton.Default">
|
||||
@ -5967,9 +5912,8 @@ False is set when the edit or combobox control looses focus.
|
||||
</element>
|
||||
<!-- object Visibility: default -->
|
||||
<element name="TCustomCheckBox">
|
||||
<short>TCustomCheckBox 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>
|
||||
<errors/>
|
||||
<short><i>TCustomCheckBox </i>is the ancestor of all check-box components.</short>
|
||||
<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>
|
||||
<seealso><link id="TCheckBox"/></seealso>
|
||||
</element>
|
||||
<!-- variable Visibility: private -->
|
||||
@ -6135,24 +6079,24 @@ False is set when the edit or combobox control looses focus.
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TCustomCheckBox.AllowGrayed">
|
||||
<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>
|
||||
<seealso/>
|
||||
<descr>
|
||||
<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"/>
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TCustomCheckBox.State">
|
||||
<short>Indicates whether the check box is selected, deselected or grayed.</short>
|
||||
<descr>See TCheckBoxState for possible values of State.</descr>
|
||||
<seealso/>
|
||||
<short>Indicates whether the check box is checked (selected), unchecked (deselected) or grayed.</short>
|
||||
<descr>
|
||||
<p>See <link id="#lcl.StdCtrls.TCheckBoxState">TCheckBoxState</link> for possible values of <i>State</i>.</p>
|
||||
</descr>
|
||||
<example file="stdctrls/tcustomcheckbox_allowgrayed.pas"/>
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<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.
|
||||
|
||||
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>
|
||||
<!-- property Visibility: public -->
|
||||
<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 -->
|
||||
<element name="TCheckBox.Align"/>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TCheckBox.AllowGrayed">
|
||||
<short><i>AllowGrayed</i>: a flag to show whether the box is allowed to be Greyed out</short>
|
||||
</element>
|
||||
<element name="TCheckBox.AllowGrayed"/>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TCheckBox.Anchors"/>
|
||||
<!-- 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"/>
|
||||
<!-- object Visibility: default -->
|
||||
<element name="TToggleBox">
|
||||
<short>Toggle Box</short>
|
||||
<descr>Toggle Box: a labelled box capable of being checked (when it becomes recessed) or unchecked (when it is raised).</descr>
|
||||
<short><i>TToggle Box</i>: a labelled box capable of being checked or unchecked</short>
|
||||
<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>
|
||||
</element>
|
||||
<!-- 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>
|
||||
<!-- object Visibility: default -->
|
||||
<element name="TRadioButton">
|
||||
<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.</descr>
|
||||
<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>
|
||||
<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>
|
||||
</element>
|
||||
<!-- 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>
|
||||
<!-- property Visibility: protected -->
|
||||
<element name="TCustomLabel.Alignment">
|
||||
<short/>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
<short><i>Alignment </i>- whether text is centered, left- or right-justified</short>
|
||||
</element>
|
||||
<!-- property Visibility: protected -->
|
||||
<element name="TCustomLabel.FocusControl">
|
||||
<short/>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
<short><i>FocusControl</i> - whether this control has focus</short>
|
||||
</element>
|
||||
<!-- property Visibility: protected -->
|
||||
<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>
|
||||
<!-- property Visibility: protected -->
|
||||
<element name="TCustomLabel.Transparent">
|
||||
<short/>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
<short><i>Transparent </i>- whether the viewer can see through the control. Default True</short>
|
||||
</element>
|
||||
<!-- property Visibility: protected -->
|
||||
<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>
|
||||
<!-- property Visibility: protected -->
|
||||
<element name="TCustomLabel.OptimalFill">
|
||||
<short/>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
<short><i>OptimalFill </i>- boolean. If True, font size is adjusted for optimal fill of available space</short>
|
||||
</element>
|
||||
<!-- constructor Visibility: public -->
|
||||
<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>
|
||||
<!-- object Visibility: default -->
|
||||
<element name="TLabel">
|
||||
<short>Label</short>
|
||||
<descr>Label: a brief text label to be placed in the Form near any object that needs to be identified.</descr>
|
||||
<short><i>TLabel</i>: a brief text label to be placed in the Form near any object that needs to be identified.</short>
|
||||
<seealso><link id="HowToUseStdCtrls"/></seealso>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<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>
|
||||
<element name="TLabel.Align"/>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TLabel.Alignment">
|
||||
<short/>
|
||||
@ -7233,11 +7168,7 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<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>
|
||||
<element name="TLabel.Anchors"/>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TLabel.AutoSize">
|
||||
<short/>
|
||||
@ -7257,11 +7188,7 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TLabel.Caption">
|
||||
<short>Caption</short>
|
||||
<descr>Caption - the text string that represents the contents of the label</descr>
|
||||
<seealso/>
|
||||
</element>
|
||||
<element name="TLabel.Caption"/>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TLabel.Color">
|
||||
<short/>
|
||||
@ -7269,11 +7196,7 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TLabel.Constraints">
|
||||
<short>Constraints</short>
|
||||
<descr>Constraints: Sets the minimum and maximum sizes for a control. </descr>
|
||||
<seealso/>
|
||||
</element>
|
||||
<element name="TLabel.Constraints"/>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TLabel.DragCursor">
|
||||
<short/>
|
||||
@ -7359,29 +7282,13 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TLabel.Visible">
|
||||
<short>Visible</short>
|
||||
<descr>Visible - determines whether or not the control can be seen</descr>
|
||||
<seealso/>
|
||||
</element>
|
||||
<element name="TLabel.Visible"/>
|
||||
<!-- property Visibility: published -->
|
||||
<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>
|
||||
<element name="TLabel.WordWrap"/>
|
||||
<!-- property Visibility: published -->
|
||||
<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>
|
||||
<element name="TLabel.OnClick"/>
|
||||
<!-- property Visibility: published -->
|
||||
<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>
|
||||
<element name="TLabel.OnDblClick"/>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TLabel.OnDragDrop">
|
||||
<short/>
|
||||
@ -7401,47 +7308,19 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<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>
|
||||
<element name="TLabel.OnMouseDown"/>
|
||||
<!-- property Visibility: published -->
|
||||
<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>
|
||||
<element name="TLabel.OnMouseMove"/>
|
||||
<!-- property Visibility: published -->
|
||||
<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>
|
||||
<element name="TLabel.OnMouseUp"/>
|
||||
<!-- property Visibility: published -->
|
||||
<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>
|
||||
<element name="TLabel.OnMouseEnter"/>
|
||||
<!-- property Visibility: published -->
|
||||
<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>
|
||||
<element name="TLabel.OnMouseLeave"/>
|
||||
<!-- property Visibility: published -->
|
||||
<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>
|
||||
<element name="TLabel.OnChangeBounds"/>
|
||||
<!-- property Visibility: published -->
|
||||
<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>
|
||||
<element name="TLabel.OnResize"/>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TLabel.OnStartDrag">
|
||||
<short/>
|
||||
|
Loading…
Reference in New Issue
Block a user